public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [asix] add Buffalo LUA-U2-GT 10/100/1000
@ 2008-04-06 14:05 Mattia Dongili
  2008-04-06 17:57 ` David Hollis
  0 siblings, 1 reply; 2+ messages in thread
From: Mattia Dongili @ 2008-04-06 14:05 UTC (permalink / raw)
  To: David Hollis; +Cc: netdev, dbrownell, Linux Kernel Mailing List

The USB net adapter Buffalo LUA-U2-GT (0411:006e) carries a
AX88178 chip. Tested on the above HW.

Signed-off-by: Mattia Dongili <malattia@linux.it>
---
diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c
index 6f245cf..dc6f097 100644
--- a/drivers/net/usb/asix.c
+++ b/drivers/net/usb/asix.c
@@ -1381,6 +1381,10 @@ static const struct usb_device_id	products [] = {
 	USB_DEVICE (0x0411, 0x003d),
 	.driver_info =  (unsigned long) &ax8817x_info,
 }, {
+	// Buffalo LUA-U2-GT 10/100/1000
+	USB_DEVICE (0x0411, 0x006e),
+	.driver_info =  (unsigned long) &ax88178_info,
+}, {
 	// Sitecom LN-029 "USB 2.0 10/100 Ethernet adapter"
 	USB_DEVICE (0x6189, 0x182d),
 	.driver_info =  (unsigned long) &ax8817x_info,
-- 
mattia
:wq!

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

end of thread, other threads:[~2008-04-06 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-06 14:05 [asix] add Buffalo LUA-U2-GT 10/100/1000 Mattia Dongili
2008-04-06 17:57 ` David Hollis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox