diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-09-27 17:48:33 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-09-28 00:37:00 +0200 |
commit | f402571b496467ea4d55edc6ba98fcbaf37d4e34 (patch) | |
tree | 2009fce81a24aa43163749e79b44bb7e86145623 /target/linux/brcm63xx | |
parent | 1da8cc1bbc251ad68cad01456e427d97f9c61cbd (diff) | |
download | upstream-f402571b496467ea4d55edc6ba98fcbaf37d4e34.tar.gz upstream-f402571b496467ea4d55edc6ba98fcbaf37d4e34.tar.bz2 upstream-f402571b496467ea4d55edc6ba98fcbaf37d4e34.zip |
kernel: Update kernel 4.9 to version 4.9.237
Compile and runtime tested on lantiq/xrx200 + ar71xx/generic.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/patches-4.9/206-USB-EHCI-allow-limiting-ports-for-ehci-platform.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-4.9/206-USB-EHCI-allow-limiting-ports-for-ehci-platform.patch b/target/linux/brcm63xx/patches-4.9/206-USB-EHCI-allow-limiting-ports-for-ehci-platform.patch index 29dd56e7bf..0f363685bb 100644 --- a/target/linux/brcm63xx/patches-4.9/206-USB-EHCI-allow-limiting-ports-for-ehci-platform.patch +++ b/target/linux/brcm63xx/patches-4.9/206-USB-EHCI-allow-limiting-ports-for-ehci-platform.patch @@ -21,7 +21,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c -@@ -678,6 +678,10 @@ int ehci_setup(struct usb_hcd *hcd) +@@ -679,6 +679,10 @@ int ehci_setup(struct usb_hcd *hcd) /* cache this readonly data; minimize chip reads */ ehci->hcs_params = ehci_readl(ehci, &ehci->caps->hcs_params); |