kernel: bump 4.9 to 4.9.57
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-4.9 / 180-usb-xhci-add-support-for-performing-fake-doorbell.patch
index a4163fc3201d6526714cdd21e7f1ed767436d1a2..f7b34941cd1e5981da4eebbf72a09909313481e9 100644 (file)
@@ -129,7 +129,7 @@ it on BCM4708 family.
 +++ b/drivers/usb/host/xhci.h
 @@ -1662,6 +1662,7 @@ struct xhci_hcd {
  #define XHCI_LIMIT_ENDPOINT_INTERVAL_7        (1 << 26)
- #define XHCI_U2_DISABLE_WAKE  (1 << 27)
+ /* Reserved. It was XHCI_U2_DISABLE_WAKE */
  #define XHCI_ASMEDIA_MODIFY_FLOWCONTROL       (1 << 28)
 +#define XHCI_FAKE_DOORBELL    (1 << 29)