Skip to content

Commit 66dc81e

Browse files
qpfifferdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 4f72e5f commit 66dc81e

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
@@ -933,6 +933,10 @@ static const struct usb_device_id products [] = {
933933
// JVC MP-PRX1 Port Replicator
934934
USB_DEVICE (0x04f1, 0x3008),
935935
.driver_info = (unsigned long) &ax8817x_info,
936+
}, {
937+
// Lenovo U2L100P 10/100
938+
USB_DEVICE (0x17ef, 0x7203),
939+
.driver_info = (unsigned long) &ax88772_info,
936940
}, {
937941
// ASIX AX88772B 10/100
938942
USB_DEVICE (0x0b95, 0x772b),

0 commit comments

Comments
 (0)