lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 16 Dec 2011 17:38:13 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Aurelien Jacobs <aurel@...age.org>
Cc:	linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [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@...age.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

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ