X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.10%2F102-ehci_hcd_ignore_oc.patch;h=85b592feae080d9010aba8901d24dc882385d801;hb=ac3537c2b9285a1c82fcab43c667c8e8041b67b1;hp=69b11cb60c8c63ec92c47ad4706adf469b1bc040;hpb=f6ad0fc9373a736f9640d698e557c86dc6074edd;p=openwrt.git 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 69b11cb60c..85b592feae 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 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 */