diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-09-26 12:51:29 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-09-26 15:54:18 +0200 |
commit | 3caf940cc6f2fbaf34ab663f7fdd14ca562dd770 (patch) | |
tree | 45741300fd3aad8046761fe86bc00a7dbd94deee /target/linux/brcm2708 | |
parent | 17e90d88e2e1973055f793033753960c9384c17d (diff) | |
download | upstream-3caf940cc6f2fbaf34ab663f7fdd14ca562dd770.tar.gz upstream-3caf940cc6f2fbaf34ab663f7fdd14ca562dd770.tar.bz2 upstream-3caf940cc6f2fbaf34ab663f7fdd14ca562dd770.zip |
kernel: bump 4.9 to 4.9.129
Refreshed all patches.
Removed upstreamed:
- 203-MIPS-ath79-fix-restart.patch
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch b/target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch index 1db23d7235..12174919bb 100644 --- a/target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch +++ b/target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch @@ -707,7 +707,7 @@ Signed-off-by: Noralf Trønnes <noralf@tronnes.org> msleep(100); /* Cool down */ --- a/drivers/usb/core/message.c +++ b/drivers/usb/core/message.c -@@ -1912,6 +1912,85 @@ free_interfaces: +@@ -1923,6 +1923,85 @@ free_interfaces: if (cp->string == NULL && !(dev->quirks & USB_QUIRK_CONFIG_INTF_STRINGS)) cp->string = usb_cache_string(dev, cp->desc.iConfiguration); |