usb/asix: add Buffalo LUA-U2-GT 10/100/1000

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git-commits-head@...>
Date: Thursday, May 8, 2008 - 5:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ac7b77...
Commit:     ac7b77f13f2f33270276f88ad0f427e031552e04
Parent:     32fb3ca8fda036936053b4bbfbc6589626cb2437
Author:     Mattia Dongili <malattia@linux.it>
AuthorDate: Tue May 6 20:42:35 2008 -0700
Committer:  Linus Torvalds <torvalds@linux-foundation.org>
CommitDate: Thu May 8 10:46:56 2008 -0700

    usb/asix: add Buffalo LUA-U2-GT 10/100/1000
    
    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>
    Acked-off-by: David Hollis <dhollis@davehollis.com>
    Cc: Greg KH <greg@kroah.com>
    Acked-by: Jeff Garzik <jeff@garzik.org>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
---
 drivers/net/usb/asix.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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,
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
usb/asix: add Buffalo LUA-U2-GT 10/100/1000, Linux Kernel Mailing List..., (Thu May 8, 5:59 pm)