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

Commit 30885909 authored by Marek Vasut's avatar Marek Vasut Committed by David S. Miller
Browse files

ASIX: Add AX88772B USB ID



This device can be found in Acer Iconia TAB W500 tablet dock.

Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e6275390
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1501,6 +1501,10 @@ static const struct usb_device_id products [] = {
	// JVC MP-PRX1 Port Replicator
	USB_DEVICE (0x04f1, 0x3008),
	.driver_info = (unsigned long) &ax8817x_info,
}, {
	// ASIX AX88772B 10/100
	USB_DEVICE (0x0b95, 0x772b),
	.driver_info = (unsigned long) &ax88772_info,
}, {
	// ASIX AX88772 10/100
	USB_DEVICE (0x0b95, 0x7720),