projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a4eee
)
asix: Support DLink DUB-E100 H/W Ver C1
author
Søren Holm
<sgh@sgh.dk>
Mon, 17 Sep 2012 21:50:57 +0000
(21:50 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 16:47:28 +0000
(09:47 -0700)
commit
ed3770a9cd5764a575b83810ea679bbff2b03082
upstream.
Signed-off-by: Søren Holm <sgh@sgh.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/asix.c
patch
|
blob
|
history
diff --git
a/drivers/net/usb/asix.c
b/drivers/net/usb/asix.c
index c44e0e489ba9f3b266670464f46eb834e99824d1..e2a988c457df26d6ffeefa0461dc6f9825ddd3a4 100644
(file)
--- a/
drivers/net/usb/asix.c
+++ b/
drivers/net/usb/asix.c
@@
-1536,6
+1536,10
@@
static const struct usb_device_id products [] = {
// DLink DUB-E100 H/W Ver B1 Alternate
USB_DEVICE (0x2001, 0x3c05),
.driver_info = (unsigned long) &ax88772_info,
+}, {
+ // DLink DUB-E100 H/W Ver C1
+ USB_DEVICE (0x2001, 0x1a02),
+ .driver_info = (unsigned long) &ax88772_info,
}, {
// Linksys USB1000
USB_DEVICE (0x1737, 0x0039),