aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.8/102-ehci_hcd_ignore_oc.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-19 09:17:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-19 09:17:38 +0000
commited0f43f1e2ddc62fdc2e50edabc9f46236758a93 (patch)
tree20cbd4eb6be5a5477caa7565a165acd918347aa5 /target/linux/generic/patches-3.8/102-ehci_hcd_ignore_oc.patch
parent48bc2fbff3bcde1f7e848d04bac2216e5e3c016f (diff)
downloadupstream-ed0f43f1e2ddc62fdc2e50edabc9f46236758a93.tar.gz
upstream-ed0f43f1e2ddc62fdc2e50edabc9f46236758a93.tar.bz2
upstream-ed0f43f1e2ddc62fdc2e50edabc9f46236758a93.zip
kernel: update linux 3.8-rcX to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35672
Diffstat (limited to 'target/linux/generic/patches-3.8/102-ehci_hcd_ignore_oc.patch')
-rw-r--r--target/linux/generic/patches-3.8/102-ehci_hcd_ignore_oc.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.8/102-ehci_hcd_ignore_oc.patch b/target/linux/generic/patches-3.8/102-ehci_hcd_ignore_oc.patch
index 63d1156364..92f897f9f2 100644
--- a/target/linux/generic/patches-3.8/102-ehci_hcd_ignore_oc.patch
+++ b/target/linux/generic/patches-3.8/102-ehci_hcd_ignore_oc.patch
@@ -40,7 +40,7 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
mask = PORT_CSC | PORT_PEC | PORT_OCC;
else
mask = PORT_CSC | PORT_PEC;
-@@ -825,7 +825,7 @@ static int ehci_hub_control (
+@@ -829,7 +829,7 @@ static int ehci_hub_control (
if (temp & PORT_PEC)
status |= USB_PORT_STAT_C_ENABLE << 16;