diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-13 10:54:43 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-15 11:28:40 +0200 |
commit | f053a8ce415da2e276dfd54288a02a98a819d09e (patch) | |
tree | 40194814144c7543fb3f8f3d4c1cdfa7ceee4d2c /target/linux/brcm2708 | |
parent | 412d80cdb7a3a9fc610dbdd29529b06c63c36a62 (diff) | |
download | upstream-f053a8ce415da2e276dfd54288a02a98a819d09e.tar.gz upstream-f053a8ce415da2e276dfd54288a02a98a819d09e.tar.bz2 upstream-f053a8ce415da2e276dfd54288a02a98a819d09e.zip |
kernel: bump 4.9 to 4.9.175
Refreshed all patches.
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 9a490f5bb6..fddcb3e4c6 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 -@@ -1922,6 +1922,85 @@ free_interfaces: +@@ -1924,6 +1924,85 @@ free_interfaces: if (cp->string == NULL && !(dev->quirks & USB_QUIRK_CONFIG_INTF_STRINGS)) cp->string = usb_cache_string(dev, cp->desc.iConfiguration); |