Skip to content

Commit

Permalink
asix: Adds support for Lenovo 10/100 USB dongle.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Quinlan Pfiffer authored and David S. Miller committed Oct 1, 2012
1 parent 4f72e5f commit 66dc81e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/usb/asix_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,10 @@ static const struct usb_device_id products [] = {
// JVC MP-PRX1 Port Replicator
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),
Expand Down

0 comments on commit 66dc81e

Please sign in to comment.