netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [USBNET] ASIX: Add IO-DATA ETG-US2 Support.
@ 2007-01-26 13:57 YOSHIFUJI Hideaki / 吉藤英明
  2007-01-26 16:51 ` David Hollis
  2007-01-31 10:02 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2007-01-26 13:57 UTC (permalink / raw)
  To: jgarzik; +Cc: netdev, yoshfuji

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
---
 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
 };
-- 
1.4.4.1.g562ce


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [USBNET] ASIX: Add IO-DATA ETG-US2 Support.
  2007-01-26 13:57 [USBNET] ASIX: Add IO-DATA ETG-US2 Support YOSHIFUJI Hideaki / 吉藤英明
@ 2007-01-26 16:51 ` David Hollis
  2007-01-31 10:02 ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: David Hollis @ 2007-01-26 16:51 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki / 吉藤英明
  Cc: netdev, jgarzik, linux-usb-devel, Greg KH

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

Acked-by: David Hollis <dhollis@davehollis.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@davehollis.com>



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [USBNET] ASIX: Add IO-DATA ETG-US2 Support.
  2007-01-26 13:57 [USBNET] ASIX: Add IO-DATA ETG-US2 Support YOSHIFUJI Hideaki / 吉藤英明
  2007-01-26 16:51 ` David Hollis
@ 2007-01-31 10:02 ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2007-01-31 10:02 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki / 吉藤英明; +Cc: netdev

YOSHIFUJI Hideaki / 吉藤英明 wrote:
> Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>

applied



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-31 10:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-26 13:57 [USBNET] ASIX: Add IO-DATA ETG-US2 Support YOSHIFUJI Hideaki / 吉藤英明
2007-01-26 16:51 ` David Hollis
2007-01-31 10:02 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).