summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.10/102-ehci_hcd_ignore_oc.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-02-23 10:59:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-02-23 10:59:40 +0000
commitf677b1bc7e37642eb1c42d3068ff3c44eb5ed3cb (patch)
treea4971798ff33bb5e653297f14906628b84407790 /target/linux/generic/patches-3.10/102-ehci_hcd_ignore_oc.patch
parent6c8300df3d593abd911a3d6bb1a95eee4cfd06f8 (diff)
downloadmtk-20170518-f677b1bc7e37642eb1c42d3068ff3c44eb5ed3cb.zip
mtk-20170518-f677b1bc7e37642eb1c42d3068ff3c44eb5ed3cb.tar.gz
mtk-20170518-f677b1bc7e37642eb1c42d3068ff3c44eb5ed3cb.tar.bz2
kernel: update 3.10 to 3.10.32
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39707
Diffstat (limited to 'target/linux/generic/patches-3.10/102-ehci_hcd_ignore_oc.patch')
-rw-r--r--target/linux/generic/patches-3.10/102-ehci_hcd_ignore_oc.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.10/102-ehci_hcd_ignore_oc.patch b/target/linux/generic/patches-3.10/102-ehci_hcd_ignore_oc.patch
index 69b11cb..85b592f 100644
--- a/target/linux/generic/patches-3.10/102-ehci_hcd_ignore_oc.patch
+++ b/target/linux/generic/patches-3.10/102-ehci_hcd_ignore_oc.patch
@@ -61,10 +61,10 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
retval = ehci_setup(hcd);
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
-@@ -200,6 +200,7 @@ struct ehci_hcd { /* one per controlle
- unsigned has_synopsys_hc_bug:1; /* Synopsys HC */
+@@ -201,6 +201,7 @@ struct ehci_hcd { /* one per controlle
unsigned frame_index_bug:1; /* MosChip (AKA NetMos) */
unsigned need_oc_pp_cycle:1; /* MPC834X port power */
+ unsigned imx28_write_fix:1; /* For Freescale i.MX28 */
+ unsigned ignore_oc:1;
/* required for usb32 quirk */