lkml.org 
[lkml]   [2011]   [Dec]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] asix: new device id
On Fri, 16 Dec 2011, Aurelien Jacobs wrote:

> Adds the device id needed for the USB Ethernet Adapter delivered by
> ASUS with their Zenbook.
>
> Signed-off-by: Aurelien Jacobs <aurel@gnuage.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 e6fed4d..e95f0e6 100644
> --- a/drivers/net/usb/asix.c
> +++ b/drivers/net/usb/asix.c
> @@ -1655,6 +1655,10 @@ static const struct usb_device_id products [] = {
> // ASIX 88772a
> USB_DEVICE(0x0db0, 0xa877),
> .driver_info = (unsigned long) &ax88772_info,
> +}, {
> + // Asus USB Ethernet Adapter
> + USB_DEVICE (0x0b95, 0x7e2b),
> + .driver_info = (unsigned long) &ax88772_info,
> },
> { }, // END
> };

Adding netdev to CC so that it doesn't get lost.

--
Jiri Kosina
SUSE Labs



\
 
 \ /
  Last update: 2011-12-16 17:41    [W:0.040 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site