Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ed22bc2 authored by David Hollis's avatar David Hollis Committed by Jeff Garzik
Browse files

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: default avatarDavid Hollis <dhollis@davehollis.com>

--
David Hollis <dhollis@davehollis.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 66bd23fa
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
};