+ usb-asix-add-buffalo-lua-u2-gt-10-100-1000.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     usb/asix: add Buffalo LUA-U2-GT 10/100/1000
has been added to the -mm tree.  Its filename is
     usb-asix-add-buffalo-lua-u2-gt-10-100-1000.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: usb/asix: add Buffalo LUA-U2-GT 10/100/1000
From: Mattia Dongili <malattia@xxxxxxxx>

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@xxxxxxxx>
Acked-off-by: David Hollis <dhollis@xxxxxxxxxxxxxx>
Cc: Greg KH <greg@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/net/usb/asix.c |    4 ++++
 1 file changed, 4 insertions(+)

diff -puN drivers/net/usb/asix.c~usb-asix-add-buffalo-lua-u2-gt-10-100-1000 drivers/net/usb/asix.c
--- a/drivers/net/usb/asix.c~usb-asix-add-buffalo-lua-u2-gt-10-100-1000
+++ a/drivers/net/usb/asix.c
@@ -1381,6 +1381,10 @@ static const struct usb_device_id	produc
 	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,
_

Patches currently in -mm which might be from malattia@xxxxxxxx are

usb-asix-add-buffalo-lua-u2-gt-10-100-1000.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux