mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Really fix xhci patch
This commit is contained in:
parent
3d3dcd1a26
commit
a2781bcb0d
1 changed files with 3 additions and 2 deletions
|
@ -57,12 +57,13 @@ diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h
|
|||
index 2033bb8683033..90ccc71231c1a 100644
|
||||
--- a/drivers/usb/host/xhci.h
|
||||
+++ b/drivers/usb/host/xhci.h
|
||||
@@ -1874,7 +1874,8 @@ struct xhci_hcd {
|
||||
@@ -1874,8 +1874,9 @@ struct xhci_hcd {
|
||||
#define XHCI_RESET_PLL_ON_DISCONNECT BIT_ULL(34)
|
||||
#define XHCI_SNPS_BROKEN_SUSPEND BIT_ULL(35)
|
||||
+#define XHCI_AVOID_DQ_ON_LINK BIT_ULL(36)
|
||||
#define XHCI_EP_CTX_BROKEN_DCS BIT_ULL(36)
|
||||
#define XHCI_SKIP_PHY_INIT BIT_ULL(37)
|
||||
#define XHCI_DISABLE_SPARSE BIT_ULL(38)
|
||||
+#define XHCI_AVOID_DQ_ON_LINK BIT_ULL(39)
|
||||
|
||||
unsigned int num_active_eps;
|
||||
unsigned int limit_active_eps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue