diff options
Diffstat (limited to 'target/linux/ramips/patches-4.3/0033-USB-add-xhci-hooks.patch')
-rw-r--r-- | target/linux/ramips/patches-4.3/0033-USB-add-xhci-hooks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-4.3/0033-USB-add-xhci-hooks.patch b/target/linux/ramips/patches-4.3/0033-USB-add-xhci-hooks.patch index db29293..d0acad3 100644 --- a/target/linux/ramips/patches-4.3/0033-USB-add-xhci-hooks.patch +++ b/target/linux/ramips/patches-4.3/0033-USB-add-xhci-hooks.patch @@ -59,7 +59,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> /* EHCI, OHCI */ --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c -@@ -1287,7 +1287,7 @@ static void hub_quiesce(struct usb_hub * +@@ -1291,7 +1291,7 @@ static void hub_quiesce(struct usb_hub * if (type != HUB_SUSPEND) { /* Disconnect all the children */ for (i = 0; i < hdev->maxchild; ++i) { |