diff options
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/patches-3.13/060-hso_devices.patch | 2 | ||||
-rw-r--r-- | target/linux/generic/patches-3.13/102-ehci_hcd_ignore_oc.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-3.13/060-hso_devices.patch b/target/linux/generic/patches-3.13/060-hso_devices.patch index a85c10eacf..367eafb5ea 100644 --- a/target/linux/generic/patches-3.13/060-hso_devices.patch +++ b/target/linux/generic/patches-3.13/060-hso_devices.patch @@ -15,7 +15,7 @@ {USB_DEVICE(0x0af0, 0xd155)}, --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h -@@ -1259,6 +1259,18 @@ UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0 +@@ -1266,6 +1266,18 @@ UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0 ), diff --git a/target/linux/generic/patches-3.13/102-ehci_hcd_ignore_oc.patch b/target/linux/generic/patches-3.13/102-ehci_hcd_ignore_oc.patch index 3dd4cea31a..44ec33a273 100644 --- a/target/linux/generic/patches-3.13/102-ehci_hcd_ignore_oc.patch +++ b/target/linux/generic/patches-3.13/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 -@@ -225,6 +225,7 @@ struct ehci_hcd { /* one per controlle - unsigned has_synopsys_hc_bug:1; /* Synopsys HC */ +@@ -226,6 +226,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 */ |