projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f72e5f
)
asix: Adds support for Lenovo 10/100 USB dongle.
author
Quinlan Pfiffer
<qpfiffer@gmail.com>
Fri, 28 Sep 2012 19:58:44 +0000
(19:58 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 1 Oct 2012 21:33:00 +0000
(17:33 -0400)
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>
drivers/net/usb/asix_devices.c
patch
|
blob
|
history
diff --git
a/drivers/net/usb/asix_devices.c
b/drivers/net/usb/asix_devices.c
index 1df77f28c598f843c1d0c4b76db21452143e4d7f..33ab824773c5a795dc49cc91fd28e67bb3e501a5 100644
(file)
--- a/
drivers/net/usb/asix_devices.c
+++ b/
drivers/net/usb/asix_devices.c
@@
-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),