[PATCH] asix.c - Add Belkin F5D5055 ids
David Hollis <[email protected]>
| Newsgroups | gmane.linux.usb.devel |
|---|---|
| Message-ID | <[email protected]> |
The attached patch adds the device IDs for the Belkin F5D5055 device. Reported by Andy Juniper <[email protected]> Signed-off-by: David Hollis <[email protected]> -- David Hollis <[email protected]> ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
asix.c-add-belkin-f5d5055.patch
(text/x-patch, 380 B)
--- a/drivers/net/usb/asix.c 2007-05-11 08:18:35.000000000 -0400
+++ b/drivers/net/usb/asix.c 2007-05-23 03:27:29.000000000 -0400
@@ -1458,6 +1458,10 @@
// IO-DATA ETG-US2
USB_DEVICE (0x04bb, 0x0930),
.driver_info = (unsigned long) &ax88178_info,
+}, {
+ // Belkin F5D5055
+ USB_DEVICE(0x050d, 0x5055),
+ .driver_info = (unsigned long) &ax88178_info,
},
{ }, // END
};