diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2016-01-25 21:44:48 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2016-01-25 21:44:48 +0000 |
commit | 3619059f0e0502a919b86da86c2476963900dffb (patch) | |
tree | a4378dedd6ab954bec0df5d7a812b5bab9bc1985 /target/linux/ramips | |
parent | afd1b18657ff62a18a5d1fb83a9271f0c2d6be68 (diff) | |
download | master-187ad058-3619059f0e0502a919b86da86c2476963900dffb.tar.gz master-187ad058-3619059f0e0502a919b86da86c2476963900dffb.tar.bz2 master-187ad058-3619059f0e0502a919b86da86c2476963900dffb.zip |
kernel: update kernel 4.3 to version 4.3.4
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48498 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-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 db29293584..d0acad3ef6 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) { |