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

Commit e8303a3b authored by Aurelien Jacobs's avatar Aurelien Jacobs Committed by David S. Miller
Browse files

asix: new device id



Adds the device id needed for the USB Ethernet Adapter delivered by
ASUS with their Zenbook.

Signed-off-by: default avatarAurelien Jacobs <aurel@gnuage.org>
Acked-by: default avatarGrant Grundler <grundler@chromium.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7746ab0a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1655,6 +1655,10 @@ static const struct usb_device_id products [] = {
	// ASIX 88772a
	USB_DEVICE(0x0db0, 0xa877),
	.driver_info = (unsigned long) &ax88772_info,
}, {
	// Asus USB Ethernet Adapter
	USB_DEVICE (0x0b95, 0x7e2b),
	.driver_info = (unsigned long) &ax88772_info,
},
	{ },		// END
};