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-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <1169830270.3695.11.camel@dhollis-lnx.sunera.com>
Date:	Fri, 26 Jan 2007 11:51:10 -0500
From:	David Hollis <dhollis@...ehollis.com>
To:	YOSHIFUJI Hideaki /
	 吉藤英明 
	<yoshfuji@...ux-ipv6.org>
Cc:	jgarzik@...ox.com, netdev@...r.kernel.org,
	linux-usb-devel@...ts.sourceforge.net, Greg KH <greg@...ah.com>
Subject: Re: [USBNET] ASIX: Add IO-DATA ETG-US2 Support.

On Fri, 2007-01-26 at 22:57 +0900, YOSHIFUJI Hideaki / 吉藤英明 wrote:
> Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>

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


> ---
>  drivers/usb/net/asix.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/usb/net/asix.c b/drivers/usb/net/asix.c
> index 896449f..4206df2 100644
> --- a/drivers/usb/net/asix.c
> +++ b/drivers/usb/net/asix.c
> @@ -1449,6 +1449,10 @@ static const struct usb_device_id	products [] = {
>  	// Linksys USB1000
>  	USB_DEVICE (0x1737, 0x0039),
>  	.driver_info = (unsigned long) &ax88178_info,
> +}, {
> +	// IO-DATA ETG-US2
> +	USB_DEVICE (0x04bb, 0x0930),
> +	.driver_info = (unsigned long) &ax88178_info,
>  },
>  	{ },		// END
>  };
-- 
David Hollis <dhollis@...ehollis.com>

-
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