public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: David Hollis <dhollis@davehollis.com>
To: Mattia Dongili <malattia@linux.it>
Cc: netdev@vger.kernel.org, dbrownell@users.sourceforge.net,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [asix] add Buffalo LUA-U2-GT 10/100/1000
Date: Sun, 06 Apr 2008 13:57:51 -0400	[thread overview]
Message-ID: <1207504671.9989.0.camel@dhollis-lnx> (raw)
In-Reply-To: <20080406140516.GA18335@inferi.kami.home>


On Sun, 2008-04-06 at 23:05 +0900, Mattia Dongili wrote:
> The USB net adapter Buffalo LUA-U2-GT (0411:006e) carries a
> AX88178 chip. Tested on the above HW.
> 


Thanks for the report.  

Acked-off-by: David Hollis <dhollis@davehollis.com>


> 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,


      reply	other threads:[~2008-04-06 17:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-06 14:05 [asix] add Buffalo LUA-U2-GT 10/100/1000 Mattia Dongili
2008-04-06 17:57 ` David Hollis [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1207504671.9989.0.camel@dhollis-lnx \
    --to=dhollis@davehollis.com \
    --cc=dbrownell@users.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=malattia@linux.it \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox