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

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

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

parents beb8ef20 8cd74bed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -443,8 +443,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