netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] asix: add USB ID for Logitec LAN-GTJ U2A
@ 2010-12-15 22:16 Arnaud Ebalard
  2010-12-17 19:51 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Arnaud Ebalard @ 2010-12-15 22:16 UTC (permalink / raw)
  To: David S. Miller, David Hollis; +Cc: netdev, stable team

Hi,

Logitec LAN-GTJ U2A (http://www.pro.logitec.co.jp/pro/g/gLAN-GTJU2A/)
USB 2.0 10/10/1000 Ethernet adapter is based on ASIX AX88178 chipset.

This patch adds missing USB ID for the device. This is a candidate for
stable kernels (ASIX AX88178 support is available upstream for years).

Tested on current net-2.6.

Signed-off-by: Arnaud Ebalard <arno@natisbad.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 aea4645..6140b56 100644
--- a/drivers/net/usb/asix.c
+++ b/drivers/net/usb/asix.c
@@ -1508,6 +1508,10 @@ static const struct usb_device_id	products [] = {
 	USB_DEVICE (0x0b95, 0x1780),
 	.driver_info = (unsigned long) &ax88178_info,
 }, {
+	// Logitec LAN-GTJ/U2A
+	USB_DEVICE (0x0789, 0x0160),
+	.driver_info = (unsigned long) &ax88178_info,
+}, {
 	// Linksys USB200M Rev 2
 	USB_DEVICE (0x13b1, 0x0018),
 	.driver_info = (unsigned long) &ax88772_info,
-- 
1.7.2.3


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

* Re: [PATCH] asix: add USB ID for Logitec LAN-GTJ U2A
  2010-12-15 22:16 [PATCH] asix: add USB ID for Logitec LAN-GTJ U2A Arnaud Ebalard
@ 2010-12-17 19:51 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-12-17 19:51 UTC (permalink / raw)
  To: arno; +Cc: dhollis, netdev, stable

From: Arnaud Ebalard <arno@natisbad.org>
Date: Wed, 15 Dec 2010 23:16:30 +0100

> Logitec LAN-GTJ U2A (http://www.pro.logitec.co.jp/pro/g/gLAN-GTJU2A/)
> USB 2.0 10/10/1000 Ethernet adapter is based on ASIX AX88178 chipset.
> 
> This patch adds missing USB ID for the device.
> 
> Signed-off-by: Arnaud Ebalard <arno@natisbad.org>

Applied and queued up for -stable, thanks.

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

end of thread, other threads:[~2010-12-17 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15 22:16 [PATCH] asix: add USB ID for Logitec LAN-GTJ U2A Arnaud Ebalard
2010-12-17 19:51 ` David Miller

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).