提交 66dc81ec 编写于 作者: Q Quinlan Pfiffer 提交者: David S. Miller

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: NQuinlan Pfiffer <qpfiffer@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 4f72e5f0
...@@ -933,6 +933,10 @@ static const struct usb_device_id products [] = { ...@@ -933,6 +933,10 @@ static const struct usb_device_id products [] = {
// JVC MP-PRX1 Port Replicator // JVC MP-PRX1 Port Replicator
USB_DEVICE (0x04f1, 0x3008), USB_DEVICE (0x04f1, 0x3008),
.driver_info = (unsigned long) &ax8817x_info, .driver_info = (unsigned long) &ax8817x_info,
}, {
// Lenovo U2L100P 10/100
USB_DEVICE (0x17ef, 0x7203),
.driver_info = (unsigned long) &ax88772_info,
}, { }, {
// ASIX AX88772B 10/100 // ASIX AX88772B 10/100
USB_DEVICE (0x0b95, 0x772b), USB_DEVICE (0x0b95, 0x772b),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册