diff mbox

asix: add USB ID for Logitec LAN-GTJ U2A

Message ID 87sjxy4w3o.fsf@totally-fudged-out-message-id
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Arnaud Ebalard Dec. 15, 2010, 10:16 p.m. UTC
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(-)

Comments

David Miller Dec. 17, 2010, 7:51 p.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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,