projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e81ee63
)
USB: asix - Add alternate device IDs for Dlink DUB-E100 Rev B1
author
David Hollis
<dhollis@davehollis.com>
Thu, 21 Sep 2006 12:09:29 +0000
(08:09 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 28 Sep 2006 22:36:43 +0000
(15:36 -0700)
Add alternate device IDs for Dlink DUB-E100 Rev B1
Signed-off-by: David Hollis <dhollis@davehollis.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/net/asix.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/net/asix.c
b/drivers/usb/net/asix.c
index 9b97aa6384c795681de6830fc8a6d824a2c41411..9c0eacf7055c1d65169ad536fc4d21450da74eae 100644
(file)
--- a/
drivers/usb/net/asix.c
+++ b/
drivers/usb/net/asix.c
@@
-1455,6
+1455,10
@@
static const struct usb_device_id products [] = {
// DLink DUB-E100 H/W Ver B1
USB_DEVICE (0x07d1, 0x3c05),
.driver_info = (unsigned long) &ax88772_info,
+}, {
+ // DLink DUB-E100 H/W Ver B1 Alternate
+ USB_DEVICE (0x2001, 0x3c05),
+ .driver_info = (unsigned long) &ax88772_info,
}, {
// Linksys USB1000
USB_DEVICE (0x1737, 0x0039),