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:
3529a23
)
DM9601: Support for ADMtek ADM8515 NIC
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 30 Oct 2007 13:23:47 +0000
(14:23 +0100)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 30 Oct 2007 18:32:16 +0000
(14:32 -0400)
Add device ID for the ADMtek ADM8515 USB NIC to the DM9601 driver.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/usb/dm9601.c
patch
|
blob
|
history
diff --git
a/drivers/net/usb/dm9601.c
b/drivers/net/usb/dm9601.c
index a2de32fabc170a9a688750ce7f427f67f4e7a5e6..2c685734b7a4e36a988ad3f53553bdafda10c5ff 100644
(file)
--- a/
drivers/net/usb/dm9601.c
+++ b/
drivers/net/usb/dm9601.c
@@
-586,6
+586,10
@@
static const struct usb_device_id products[] = {
USB_DEVICE(0x0a46, 0x0268), /* ShanTou ST268 USB NIC */
.driver_info = (unsigned long)&dm9601_info,
},
+ {
+ USB_DEVICE(0x0a46, 0x8515), /* ADMtek ADM8515 USB NIC */
+ .driver_info = (unsigned long)&dm9601_info,
+ },
{}, // END
};