PATCH: add intellinet to the usb idents

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 14 Jul 2003 13:26:41 +0100


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/drivers/usb/ax8817x.c linux.22-pre5-ac1/drivers/usb/ax8817x.c
--- linux.22-pre5/drivers/usb/ax8817x.c 2003-07-14 12:27:39.000000000 +0100
+++ linux.22-pre5-ac1/drivers/usb/ax8817x.c 2003-07-07 16:14:39.000000000 +0100
@@ -10,6 +10,8 @@
*
* History
*
+ * 2003-06-28 - Dave Hollis <dhollis@davehollis.com> 1.0.2
+ * * Added support for Intellinet
* 2003-06-12 - Dave Hollis <dhollis@davehollis.com> 1.0.1
* * use usb_make_path for ethtool info
* * Use crc32.h for crc functions
@@ -174,6 +176,8 @@
{USB_DEVICE(0x0846, 0x1040), driver_info:0x00130103},
/* D-Link DUB-E100 */
{USB_DEVICE(0x2001, 0x1a00), driver_info:0x009f9d9f},
+ /* Intellinet USB Ethernet*/
+ {USB_DEVICE(0x0b95, 0x1720), driver_info:0x00130103},

{}
};
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/