Commit patch dm9601-ethernet.patch by Marian Hello
authorPali Rohár <pali.rohar@gmail.com>
Wed, 8 May 2013 08:37:50 +0000 (10:37 +0200)
committerPali Rohár <pali.rohar@gmail.com>
Wed, 8 May 2013 08:37:50 +0000 (10:37 +0200)
* This patch adding usb id of product "DM9601 USB to Fast Ethernet Adapter" to driver dm9601.ko

kernel-power-2.6.28/debian/patches/dm9601-ethernet.patch [new file with mode: 0644]
kernel-power-2.6.28/debian/patches/series

diff --git a/kernel-power-2.6.28/debian/patches/dm9601-ethernet.patch b/kernel-power-2.6.28/debian/patches/dm9601-ethernet.patch
new file mode 100644 (file)
index 0000000..1baac36
--- /dev/null
@@ -0,0 +1,14 @@
+--- 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[] = {
+       {
++       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,
+        },
+
index e799f94..3b23d5e 100644 (file)
@@ -86,3 +86,4 @@ rx51_arm_errata_430973.diff
 clear_the_it_state_when_invoking_a_thumb_2_signal_handler.diff
 udf-use-hw-sector-size.diff
 tif_restore_sigmask-syscalls-arm.patch
+dm9601-ethernet.patch