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

Commit 824b953e authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: host: xhci: Change L1 timeout default to 128us"

parents 35efdafd 77211169
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -437,8 +437,8 @@ struct xhci_op_regs {
#define PORT_L1_TIMEOUT(p)(((p) & 0xff) << 2)
#define PORT_BESLD(p)(((p) & 0xf) << 10)

/* use 512 microseconds as USB2 LPM L1 default timeout. */
#define XHCI_L1_TIMEOUT		512
/* use 128 microseconds as USB2 LPM L1 default timeout. */
#define XHCI_L1_TIMEOUT		128

/* Set default HIRD/BESL value to 4 (350/400us) for USB2 L1 LPM resume latency.
 * Safe to use with mixed HIRD and BESL systems (host and device) and is used