diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 10:59:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 10:59:40 +0000 |
commit | a73d292127dd4e60f2003c476b68a1782afaee4b (patch) | |
tree | 6893168321baffe3f667d58069ad8717ff714e42 /target/linux/ar71xx/patches-3.10/490-usb-ehci-add-quirks-for-qca-socs.patch | |
parent | ad705417a3d3a154cb5c2605c98081ba0df83329 (diff) | |
download | upstream-a73d292127dd4e60f2003c476b68a1782afaee4b.tar.gz upstream-a73d292127dd4e60f2003c476b68a1782afaee4b.tar.bz2 upstream-a73d292127dd4e60f2003c476b68a1782afaee4b.zip |
kernel: update 3.10 to 3.10.32
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39707 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.10/490-usb-ehci-add-quirks-for-qca-socs.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/490-usb-ehci-add-quirks-for-qca-socs.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.10/490-usb-ehci-add-quirks-for-qca-socs.patch b/target/linux/ar71xx/patches-3.10/490-usb-ehci-add-quirks-for-qca-socs.patch index d22528bbbf..fcbf51b16f 100644 --- a/target/linux/ar71xx/patches-3.10/490-usb-ehci-add-quirks-for-qca-socs.patch +++ b/target/linux/ar71xx/patches-3.10/490-usb-ehci-add-quirks-for-qca-socs.patch @@ -40,9 +40,9 @@ retval = handshake (ehci, &ehci->regs->command, --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h -@@ -201,6 +201,10 @@ struct ehci_hcd { /* one per controlle - unsigned frame_index_bug:1; /* MosChip (AKA NetMos) */ +@@ -202,6 +202,10 @@ struct ehci_hcd { /* one per controlle unsigned need_oc_pp_cycle:1; /* MPC834X port power */ + unsigned imx28_write_fix:1; /* For Freescale i.MX28 */ unsigned ignore_oc:1; + unsigned qca_force_host_mode:1; + unsigned qca_force_16bit_ptw:1; /* force 16 bit UTMI */ |