From 34866e27f58baf723ba6b2c88be630c0330f3b59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Thu, 12 Sep 2013 21:55:28 +0200 Subject: [PATCH] Update patch dm9601-ethernet.patch Patch created by Brolin Empey: https://garage.maemo.org/tracker/index.php?func=detail&aid=7070&group_id=1528&atid=5523 --- .../debian/patches/dm9601-ethernet.patch | 31 +++++++++++++------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/kernel-power-2.6.28/debian/patches/dm9601-ethernet.patch b/kernel-power-2.6.28/debian/patches/dm9601-ethernet.patch index 1baac36..e84c582 100644 --- a/kernel-power-2.6.28/debian/patches/dm9601-ethernet.patch +++ b/kernel-power-2.6.28/debian/patches/dm9601-ethernet.patch @@ -1,14 +1,25 @@ ---- kernel-power-2.6.28/drivers/net/usb/dm9601.c 2008-12-25 00:26:37.000000000 +0100 -+++ kernel-power-2.6.28/drivers/net/usb/dm9601.c 2013-04-15 13:33:38.178295095 +0200 -@@ -590,6 +590,10 @@ static const struct driver_info dm9601_i - - static const struct usb_device_id products[] = { - { +--- kernel-power-2.6.28/drivers/net/usb/dm9601.c 2008-12-24 15:26:37.000000000 -0800 ++++ kernel-power-2.6.28/drivers/net/usb/dm9601.c 2013-08-15 11:33:45.725676000 -0700 +@@ -613,6 +613,22 @@ + USB_DEVICE(0x0a47, 0x9601), /* Hirose USB-100 */ + .driver_info = (unsigned long)&dm9601_info, + }, ++ { ++ USB_DEVICE(0x0fe6, 0x8101), /* DM9601 USB to Fast Ethernet Adapter */ ++ .driver_info = (unsigned long)&dm9601_info, ++ }, ++ { + USB_DEVICE(0x0fe6, 0x9700), /* DM9601 USB to Fast Ethernet Adapter */ + .driver_info = (unsigned long)&dm9601_info, + }, + { - USB_DEVICE(0x07aa, 0x9601), /* Corega FEther USB-TXC */ - .driver_info = (unsigned long)&dm9601_info, - }, - ++ USB_DEVICE(0x0a46, 0x9000), /* DM9000E */ ++ .driver_info = (unsigned long)&dm9601_info, ++ }, ++ { ++ USB_DEVICE(0x0a46, 0x9620), /* DM9620 USB to Fast Ethernet Adapter */ ++ .driver_info = (unsigned long)&dm9601_info, ++ }, + {}, // END + }; + -- 1.7.9.5