summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.9/110-ehci_hcd_ignore_oc.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-09-27 17:48:33 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-09-28 00:37:00 +0200
commitf402571b496467ea4d55edc6ba98fcbaf37d4e34 (patch)
tree2009fce81a24aa43163749e79b44bb7e86145623 /target/linux/generic/pending-4.9/110-ehci_hcd_ignore_oc.patch
parent1da8cc1bbc251ad68cad01456e427d97f9c61cbd (diff)
downloadopenwrt-f402571b496467ea4d55edc6ba98fcbaf37d4e34.tar.gz
openwrt-f402571b496467ea4d55edc6ba98fcbaf37d4e34.tar.bz2
openwrt-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/generic/pending-4.9/110-ehci_hcd_ignore_oc.patch')
-rw-r--r--target/linux/generic/pending-4.9/110-ehci_hcd_ignore_oc.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/pending-4.9/110-ehci_hcd_ignore_oc.patch b/target/linux/generic/pending-4.9/110-ehci_hcd_ignore_oc.patch
index 644d936574..883149fe4d 100644
--- a/target/linux/generic/pending-4.9/110-ehci_hcd_ignore_oc.patch
+++ b/target/linux/generic/pending-4.9/110-ehci_hcd_ignore_oc.patch
@@ -17,7 +17,7 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
-@@ -651,7 +651,7 @@ static int ehci_run (struct usb_hcd *hcd
+@@ -652,7 +652,7 @@ static int ehci_run (struct usb_hcd *hcd
"USB %x.%x started, EHCI %x.%02x%s\n",
((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f),
temp >> 8, temp & 0xff,
@@ -28,7 +28,7 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
&ehci->regs->intr_enable); /* Turn On Interrupts */
--- a/drivers/usb/host/ehci-hub.c
+++ b/drivers/usb/host/ehci-hub.c
-@@ -638,7 +638,7 @@ ehci_hub_status_data (struct usb_hcd *hc
+@@ -637,7 +637,7 @@ ehci_hub_status_data (struct usb_hcd *hc
* always set, seem to clear PORT_OCC and PORT_CSC when writing to
* PORT_POWER; that's surprising, but maybe within-spec.
*/
@@ -37,7 +37,7 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
mask = PORT_CSC | PORT_PEC | PORT_OCC;
else
mask = PORT_CSC | PORT_PEC;
-@@ -1008,7 +1008,7 @@ int ehci_hub_control(
+@@ -1007,7 +1007,7 @@ int ehci_hub_control(
if (temp & PORT_PEC)
status |= USB_PORT_STAT_C_ENABLE << 16;