From: Quinlan Pfiffer Date: Fri, 28 Sep 2012 19:58:44 +0000 (+0000) Subject: asix: Adds support for Lenovo 10/100 USB dongle. X-Git-Tag: upstream/snapshot3+hdmi~6565^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66dc81ecd71332783c92fb170950d5ddb43da461;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git asix: Adds support for Lenovo 10/100 USB dongle. This dongle ships with the X1 Carbon, and has an AX88772B usb to ethernet chip in it. Signed-off-by: Quinlan Pfiffer Signed-off-by: David S. Miller --- diff --git a/drivers/net/usb/asix_devices.c b/drivers/net/usb/asix_devices.c index 1df77f2..33ab824 100644 --- a/drivers/net/usb/asix_devices.c +++ b/drivers/net/usb/asix_devices.c @@ -934,6 +934,10 @@ static const struct usb_device_id products [] = { USB_DEVICE (0x04f1, 0x3008), .driver_info = (unsigned long) &ax8817x_info, }, { + // Lenovo U2L100P 10/100 + USB_DEVICE (0x17ef, 0x7203), + .driver_info = (unsigned long) &ax88772_info, +}, { // ASIX AX88772B 10/100 USB_DEVICE (0x0b95, 0x772b), .driver_info = (unsigned long) &ax88772_info,