From: Gabor Juhos Date: Thu, 23 Apr 2009 12:25:49 +0000 (+0000) Subject: [ar71xx] enable the synopsys woarkaround in the ehci-ar71xx driver X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=544597faac341c6c44a888bf525fac30610cc5d0;hp=8fca46daa0c28be6b66fdb97418f22bd94013881 [ar71xx] enable the synopsys woarkaround in the ehci-ar71xx driver SVN-Revision: 15349 --- 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);