Skip to content

Commit 93bfa6e

Browse files
qpfiffergregkh
authored andcommitted
asix: Adds support for Lenovo 10/100 USB dongle.
commit 66dc81e upstream. This dongle ships with the X1 Carbon, and has an AX88772B usb to ethernet chip in it. Signed-off-by: Quinlan Pfiffer <qpfiffer@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent df953f9 commit 93bfa6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/net/usb/asix_devices.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,10 @@ static const struct usb_device_id products [] = {
929929
// JVC MP-PRX1 Port Replicator
930930
USB_DEVICE (0x04f1, 0x3008),
931931
.driver_info = (unsigned long) &ax8817x_info,
932+
}, {
933+
// Lenovo U2L100P 10/100
934+
USB_DEVICE (0x17ef, 0x7203),
935+
.driver_info = (unsigned long) &ax88772_info,
932936
}, {
933937
// ASIX AX88772B 10/100
934938
USB_DEVICE (0x0b95, 0x772b),

0 commit comments

Comments
 (0)