diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-17 09:01:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-17 09:01:45 +0000 |
commit | fa719019d592dd4724f1bea024131e7524d9d44e (patch) | |
tree | 0f024025185140d11f61166e8c451dcb54ce3c65 /packages/linux/linux-omap2-git/beagleboard/usb-timout.patch | |
parent | 643ff88cad9612371c74c6518514b2bea9698c5b (diff) |
linux-omap2 git: remove beagleboard patches that were accepted upstream, remove usbtimeout.patch, it doesn't help. Remove l2-cache.patch now that we have a saner uboot
Diffstat (limited to 'packages/linux/linux-omap2-git/beagleboard/usb-timout.patch')
-rw-r--r-- | packages/linux/linux-omap2-git/beagleboard/usb-timout.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/linux/linux-omap2-git/beagleboard/usb-timout.patch b/packages/linux/linux-omap2-git/beagleboard/usb-timout.patch deleted file mode 100644 index 2d1797cb66..0000000000 --- a/packages/linux/linux-omap2-git/beagleboard/usb-timout.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- /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); |