summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.12/102-ehci_hcd_ignore_oc.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-02-13 12:57:36 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-02-13 12:57:36 +0000
commit83d9cec4911b6639c1c2f22cfb943df3e1252a1e (patch)
treebbe1dc425b45488b12a00269dfde5875cee98a69 /target/linux/generic/patches-3.12/102-ehci_hcd_ignore_oc.patch
parent4c1dabb81e4b2d9299aa535b3df198c483285777 (diff)
downloadmtk-20170518-83d9cec4911b6639c1c2f22cfb943df3e1252a1e.zip
mtk-20170518-83d9cec4911b6639c1c2f22cfb943df3e1252a1e.tar.gz
mtk-20170518-83d9cec4911b6639c1c2f22cfb943df3e1252a1e.tar.bz2
upgrade 3.12 to 3.12.10
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39581
Diffstat (limited to 'target/linux/generic/patches-3.12/102-ehci_hcd_ignore_oc.patch')
-rw-r--r--target/linux/generic/patches-3.12/102-ehci_hcd_ignore_oc.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.12/102-ehci_hcd_ignore_oc.patch b/target/linux/generic/patches-3.12/102-ehci_hcd_ignore_oc.patch
index 4ad0498..de17652 100644
--- a/target/linux/generic/patches-3.12/102-ehci_hcd_ignore_oc.patch
+++ b/target/linux/generic/patches-3.12/102-ehci_hcd_ignore_oc.patch
@@ -61,10 +61,10 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
retval = pdata->pre_setup(hcd);
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
-@@ -203,6 +203,7 @@ struct ehci_hcd { /* one per controlle
- unsigned has_synopsys_hc_bug:1; /* Synopsys HC */
+@@ -204,6 +204,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 */