summaryrefslogtreecommitdiff
path: root/packages/linux/linux-2.6.26/boc01
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2008-11-28 20:02:53 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2008-11-28 20:02:53 +0100
commit6e760504f0762e23b84544359338494affafab8d (patch)
tree55beb3a5fc7a25b635c81bca51e4a16b2fb5e343 /packages/linux/linux-2.6.26/boc01
parent91100589d3115a7781a648d99f13cb611f3997b9 (diff)
linux-2.6.26: add cdc_ether support on mpc8313e-rdb
Diffstat (limited to 'packages/linux/linux-2.6.26/boc01')
-rw-r--r--packages/linux/linux-2.6.26/boc01/020-cdc-ether-hack.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/linux/linux-2.6.26/boc01/020-cdc-ether-hack.patch b/packages/linux/linux-2.6.26/boc01/020-cdc-ether-hack.patch
deleted file mode 100644
index ca0ce72a0b..0000000000
--- a/packages/linux/linux-2.6.26/boc01/020-cdc-ether-hack.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/usb/host/ehci-q.c.orig 2008-10-30 15:17:27.000000000 +0100
-+++ b/drivers/usb/host/ehci-q.c 2008-10-30 15:23:41.000000000 +0100
-@@ -799,7 +799,7 @@
- * to help them do so. So now people expect to use
- * such nonconformant devices with Linux too; sigh.
- */
-- info1 |= max_packet(maxp) << 16;
-+ info1 |= 256 << 16;
- info2 |= (EHCI_TUNE_MULT_HS << 30);
- } else { /* PIPE_INTERRUPT */
- info1 |= max_packet (maxp) << 16;