From: Pali Rohár Date: Thu, 12 Sep 2013 19:55:28 +0000 (+0200) Subject: Update patch dm9601-ethernet.patch X-Git-Tag: kernel-power-settings-0.18~12 X-Git-Url: http://git.maemo.org/git/?p=kernel-power;a=commitdiff_plain;h=34866e27f58baf723ba6b2c88be630c0330f3b59;hp=9ea2bbec5b1a76fdf51e7a13d8a3b5a3a6dc5e6d 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 --- 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 + }; +