netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] asix: Support DLink DUB-E100 H/W Ver C1
@ 2012-09-17 19:23 Søren Holm
  2012-09-18  5:41 ` Christian Riesch
  0 siblings, 1 reply; 7+ messages in thread
From: Søren Holm @ 2012-09-17 19:23 UTC (permalink / raw)
  To: netdev; +Cc: Søren Holm, stable

Signed-off-by: Søren Holm <sgh@sgh.dk>
Cc: stable@vger.kernel.org
---
 drivers/net/usb/asix.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c
index 3ae80ec..12f372e 100644
--- a/drivers/net/usb/asix.c
+++ b/drivers/net/usb/asix.c
@@ -1604,6 +1604,10 @@ static const struct usb_device_id	products [] = {
 	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),
 	.driver_info = (unsigned long) &ax88178_info,
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-09-19 21:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17 19:23 [PATCH] asix: Support DLink DUB-E100 H/W Ver C1 Søren Holm
2012-09-18  5:41 ` Christian Riesch
2012-09-18  7:49   ` Søren Holm
2012-09-18  8:21     ` Christian Riesch
2012-09-18  8:40       ` Søren Holm
2012-09-18  7:50   ` Søren Holm
2012-09-19 21:21     ` David Miller

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).