Attached patch adds device IDs for the Linksys USB200M Rev 2 device
which uses the AX88772 chipset.

Signed-off-by: David Hollis <[EMAIL PROTECTED]>

-- 
David Hollis <[EMAIL PROTECTED]>
--- a/drivers/usb/net/asix.c	2005-12-19 13:54:34.000000000 -0500
+++ b/drivers/usb/net/asix.c	2005-12-19 13:55:18.000000000 -0500
@@ -913,6 +913,10 @@ static const struct usb_device_id	produc
         USB_DEVICE (0x0b95, 0x7720),
         .driver_info = (unsigned long) &ax88772_info,
 },
+	// Linksys USB200M Rev 2
+	USB_DEVICE (0x13b1, 0x0018),
+	.driver_info = (unsigned long) &ax88772_info,
+},
 	{ },		// END
 };
 MODULE_DEVICE_TABLE(usb, products);

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to