]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
asix.c - Add Belkin F5D5055 ids
authorDavid Hollis <dhollis@davehollis.com>
Wed, 23 May 2007 11:33:17 +0000 (07:33 -0400)
committerJeff Garzik <jeff@garzik.org>
Thu, 24 May 2007 21:20:48 +0000 (17:20 -0400)
(Originally sent to linux-usb-devel)

The attached patch adds the device IDs for the Belkin F5D5055 device.

Reported by Andy Juniper <ajuniper@freeuk.com>

Signed-off-by: David Hollis <dhollis@davehollis.com>
--
David Hollis <dhollis@davehollis.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/usb/asix.c

index d5ef97bc4d0169ba2dfe855d92f17c53abbc2eed..6d95cacd5284dec9642d41d2e4dfce146eb65189 100644 (file)
@@ -1458,6 +1458,10 @@ static const struct usb_device_id        products [] = {
        // 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
 };