X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbcm53xx%2Fpatches-6.6%2F180-usb-xhci-add-support-for-performing-fake-doorbell.patch;fp=target%2Flinux%2Fbcm53xx%2Fpatches-6.6%2F180-usb-xhci-add-support-for-performing-fake-doorbell.patch;h=8b2f86de01372cc577f5783efbf76533b19f9ab1;hb=dceb5938f8a1177b79b8a7a4d6197a1822974e9e;hp=3b2a7a476abbfbe4cf07c500b541e2d34cf49a03;hpb=0e06642643862d7b6d1edfd6e0e26dad3eae0cbc;p=openwrt%2Fstaging%2Fstintel.git diff --git a/target/linux/bcm53xx/patches-6.6/180-usb-xhci-add-support-for-performing-fake-doorbell.patch b/target/linux/bcm53xx/patches-6.6/180-usb-xhci-add-support-for-performing-fake-doorbell.patch index 3b2a7a476a..8b2f86de01 100644 --- a/target/linux/bcm53xx/patches-6.6/180-usb-xhci-add-support-for-performing-fake-doorbell.patch +++ b/target/linux/bcm53xx/patches-6.6/180-usb-xhci-add-support-for-performing-fake-doorbell.patch @@ -103,7 +103,7 @@ it on BCM4708 family. if (xhci->quirks & XHCI_NEC_HOST) --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h -@@ -1907,6 +1907,7 @@ struct xhci_hcd { +@@ -1912,6 +1912,7 @@ struct xhci_hcd { #define XHCI_RESET_TO_DEFAULT BIT_ULL(44) #define XHCI_ZHAOXIN_TRB_FETCH BIT_ULL(45) #define XHCI_ZHAOXIN_HOST BIT_ULL(46)