aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-04-23 12:25:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-04-23 12:25:49 +0000
commit6931d43546fbedd9ba200b15c87ec47cacef40a5 (patch)
tree17ef8495aff2ae067070b2afe6ec008052a940c2 /target
parent83c93d656da7c22f6b88f04be1bce62ef8cd9fd2 (diff)
downloadupstream-6931d43546fbedd9ba200b15c87ec47cacef40a5.tar.gz
upstream-6931d43546fbedd9ba200b15c87ec47cacef40a5.tar.bz2
upstream-6931d43546fbedd9ba200b15c87ec47cacef40a5.zip
enable the synopsys woarkaround in the ehci-ar71xx driver
SVN-Revision: 15349
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c b/target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c
index f02b1766d6..1c05a64c58 100644
--- a/target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c
+++ b/target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c
@@ -30,6 +30,7 @@ static int ehci_ar71xx_init(struct usb_hcd *hcd)
ehci->hcs_params = ehci_readl(ehci, &ehci->caps->hcs_params);
ehci->sbrn = 0x20;
+ ehci->has_synopsys_hc_bug = 1;
ehci_reset(ehci);