aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx-2.6.35.3/dm9601-support-for-usb-ethernet-0x0fe6-0x9700.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-imx-2.6.35.3/dm9601-support-for-usb-ethernet-0x0fe6-0x9700.patch')
-rw-r--r--recipes-kernel/linux/linux-imx-2.6.35.3/dm9601-support-for-usb-ethernet-0x0fe6-0x9700.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/dm9601-support-for-usb-ethernet-0x0fe6-0x9700.patch b/recipes-kernel/linux/linux-imx-2.6.35.3/dm9601-support-for-usb-ethernet-0x0fe6-0x9700.patch
deleted file mode 100644
index 6a2a940..0000000
--- a/recipes-kernel/linux/linux-imx-2.6.35.3/dm9601-support-for-usb-ethernet-0x0fe6-0x9700.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-dm9601: Added support for usb ethernet (0x0fe6, 0x9700)
-
-The device is very similar to (0x0fe6, 0x8101),
-And works well with dm9601 driver.
-
-Upstream-Status: Backport [2.6.38]
-
-Signed-off-by: Shahar Havivi <shaharh@redhat.com>
-Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
-Signed-off-by: David S. Miller <davem@davemloft.net>
----
- drivers/net/usb/dm9601.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/drivers/net/usb/dm9601.c b/drivers/net/usb/dm9601.c
-index 02b622e..5002f5b 100644
---- a/drivers/net/usb/dm9601.c
-+++ b/drivers/net/usb/dm9601.c
-@@ -651,6 +651,10 @@ static const struct usb_device_id products[] = {
- .driver_info = (unsigned long)&dm9601_info,
- },
- {
-+ USB_DEVICE(0x0fe6, 0x9700), /* DM9601 USB to Fast Ethernet Adapter */
-+ .driver_info = (unsigned long)&dm9601_info,
-+ },
-+ {
- USB_DEVICE(0x0a46, 0x9000), /* DM9000E */
- .driver_info = (unsigned long)&dm9601_info,
- },
---
-1.7.10
-