summaryrefslogtreecommitdiff
path: root/packages/linux/linux-omap2-git/beagleboard/usb-timout.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-04-30 12:59:08 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-04-30 12:59:08 +0000
commit164d14ccf62269636e0179140f24e551b04f9ca0 (patch)
tree6901edd22f53c7b2d33cfebb4a761b5b71b804fa /packages/linux/linux-omap2-git/beagleboard/usb-timout.patch
parent1c27dfaed0066c9d710be48c34bd0885b32bceaf (diff)
parent6d0ef5690afbcb6a9ed3a9b65a059a8fd7828688 (diff)
merge of 'b84aeb3b3fcb9975cdaaafccc4ecbc7ca61c5312'
and 'ff99add05b70c6e96f011a1a27dd980a5380a7bf'
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);