From: Aurelien Jacobs Date: Fri, 16 Dec 2011 10:49:22 +0000 (+0000) Subject: asix: new device id X-Git-Tag: firefly_0821_release~7541^2~2002 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e50262ea574d1daf62529e2b282b8551790f7f38;p=firefly-linux-kernel-4.4.55.git asix: new device id commit e8303a3b2196272c3eb994d0fd1a189a958a2bdd upstream. Adds the device id needed for the USB Ethernet Adapter delivered by ASUS with their Zenbook. Signed-off-by: Aurelien Jacobs Acked-by: Grant Grundler Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c index c5c4b4def7fb..c50632e8658c 100644 --- a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c @@ -1560,6 +1560,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 };