mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
asix.c - Add Belkin F5D5055 ids
(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>
This commit is contained in:
parent
66bd23fad8
commit
2ed22bc294
1 changed files with 4 additions and 0 deletions
|
@ -1458,6 +1458,10 @@ static const struct usb_device_id products [] = {
|
||||||
// IO-DATA ETG-US2
|
// IO-DATA ETG-US2
|
||||||
USB_DEVICE (0x04bb, 0x0930),
|
USB_DEVICE (0x04bb, 0x0930),
|
||||||
.driver_info = (unsigned long) &ax88178_info,
|
.driver_info = (unsigned long) &ax88178_info,
|
||||||
|
}, {
|
||||||
|
// Belkin F5D5055
|
||||||
|
USB_DEVICE(0x050d, 0x5055),
|
||||||
|
.driver_info = (unsigned long) &ax88178_info,
|
||||||
},
|
},
|
||||||
{ }, // END
|
{ }, // END
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue