* [PATCH] DM9601: Support for ADMtek ADM8515 NIC
@ 2007-10-30 13:23 Peter Korsgaard
2007-10-30 18:32 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2007-10-30 13:23 UTC (permalink / raw)
To: jeff, netdev
Add device ID for the ADMtek ADM8515 USB NIC to the DM9601 driver.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
diff --git a/drivers/net/usb/dm9601.c b/drivers/net/usb/dm9601.c
index a2de32f..2c68573 100644
--- 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
};
--
1.5.3.4
--
Bye, Peter Korsgaard
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-30 18:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30 13:23 [PATCH] DM9601: Support for ADMtek ADM8515 NIC Peter Korsgaard
2007-10-30 18:32 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).