Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b218154 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dwc3: Increase number of TRBs per EP to 1024"

parents 5ae97e18 d7be6a71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@ struct dwc3_ep_events {
#define DWC3_EP_DIRECTION_TX	true
#define DWC3_EP_DIRECTION_RX	false

#define DWC3_TRB_NUM		32
#define DWC3_TRB_NUM		1024
#define DWC3_TRB_MASK		(DWC3_TRB_NUM - 1)

/**