summaryrefslogtreecommitdiff
path: root/packages/linux/linux-omap2-git/beagleboard/usb-timout.patch
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-04-30 12:14:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-04-30 12:14:33 +0000
commit89288fe72787367690f35e0e636429bcc9d2d5ae (patch)
tree7d392b5715bf9fcaf4b35a132d97b28b2dbfb5cd /packages/linux/linux-omap2-git/beagleboard/usb-timout.patch
parent63f966d92bfe882fd7b904c024ac3ade8bd6a91c (diff)
parent2eebccf63414618a6da891784eef7635a885e33e (diff)
merge of '519fb232d0f89064395bf96f19e36d9567a2f25c'
and 'a9af97a0d7d40825f32be70ec5fdc7757c965989'
Diffstat (limited to 'packages/linux/linux-omap2-git/beagleboard/usb-timout.patch')
-rw-r--r--packages/linux/linux-omap2-git/beagleboard/usb-timout.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-omap2-git/beagleboard/usb-timout.patch b/packages/linux/linux-omap2-git/beagleboard/usb-timout.patch
new file mode 100644
index 0000000000..2d1797cb66
--- /dev/null
+++ b/packages/linux/linux-omap2-git/beagleboard/usb-timout.patch
@@ -0,0 +1,11 @@
+--- /tmp/ehci-hub.c 2008-04-30 11:41:59.381876290 +0200
++++ git/drivers/usb/host/ehci-hub.c 2008-04-30 11:42:20.522875367 +0200
+@@ -734,7 +734,7 @@
+ * this bit; seems too long to spin routinely...
+ */
+ retval = handshake(ehci, status_reg,
+- PORT_RESET, 0, 750);
++ PORT_RESET, 0, 1250);
+ if (retval != 0) {
+ ehci_err (ehci, "port %d reset error %d\n",
+ wIndex + 1, retval);