diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-14 15:52:42 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-14 15:52:42 +0000 |
commit | 26e3776a22bf894ced5af4c28968dc1dc99968eb (patch) | |
tree | 2d38a3789e27a423439c37a45a09cae31990a615 /target/linux/s3c24xx/patches-2.6.26/1018-g_ether-vendor_product.patch.patch | |
parent | 4bd70fc26256cf485f19e0c8b881e078dc36134f (diff) |
nuke obsolete kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/1018-g_ether-vendor_product.patch.patch')
-rwxr-xr-x | target/linux/s3c24xx/patches-2.6.26/1018-g_ether-vendor_product.patch.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/1018-g_ether-vendor_product.patch.patch b/target/linux/s3c24xx/patches-2.6.26/1018-g_ether-vendor_product.patch.patch deleted file mode 100755 index d81075cc5..000000000 --- a/target/linux/s3c24xx/patches-2.6.26/1018-g_ether-vendor_product.patch.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 5ca57da3402b856986ac1e1ce316937207f6cbad Mon Sep 17 00:00:00 2001 -From: mokopatches <mokopatches@openmoko.org> -Date: Wed, 16 Jul 2008 14:44:50 +0100 -Subject: [PATCH] g_ether-vendor_product.patch - Use FIC's own USB Vendor ID rather than NetChip's - -Yes, we could solve this by some modprobe.conf parameters, but I'd like to -rather not rely on this. ---- - drivers/usb/gadget/ether.c | 11 ++++------- - 1 files changed, 4 insertions(+), 7 deletions(-) - -diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c -index 066a3e7..a474b0d 100644 ---- a/drivers/usb/gadget/ether.c -+++ b/drivers/usb/gadget/ether.c -@@ -134,11 +134,8 @@ struct eth_dev { - * Instead: allocate your own, using normal USB-IF procedures. - */ - --/* Thanks to NetChip Technologies for donating this product ID. -- * It's for devices with only CDC Ethernet configurations. -- */ --#define CDC_VENDOR_NUM 0x0525 /* NetChip */ --#define CDC_PRODUCT_NUM 0xa4a1 /* Linux-USB Ethernet Gadget */ -+#define CDC_VENDOR_NUM 0x1457 /* First International Computer */ -+#define CDC_PRODUCT_NUM 0x5117 /* Linux-USB Ethernet Gadget */ - - /* For hardware that can't talk CDC, we use the same vendor ID that - * ARM Linux has used for ethernet-over-usb, both with sa1100 and -@@ -159,8 +156,8 @@ struct eth_dev { - * used with CDC Ethernet, Linux 2.4 hosts will need updates to choose - * the non-RNDIS configuration. - */ --#define RNDIS_VENDOR_NUM 0x0525 /* NetChip */ --#define RNDIS_PRODUCT_NUM 0xa4a2 /* Ethernet/RNDIS Gadget */ -+#define RNDIS_VENDOR_NUM 0x1457 /* NetChip */ -+#define RNDIS_PRODUCT_NUM 0x5122 /* Ethernet/RNDIS Gadget */ - - - /* Some systems will want different product identifers published in the --- -1.5.6.3 - |