Skip to content

Commit f4680d3

Browse files
natisbaddavem330
authored andcommitted
asix: add USB ID for Logitec LAN-GTJ U2A
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> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 46814e0 commit f4680d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/net/usb/asix.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,6 +1507,10 @@ static const struct usb_device_id products [] = {
15071507
// ASIX AX88178 10/100/1000
15081508
USB_DEVICE (0x0b95, 0x1780),
15091509
.driver_info = (unsigned long) &ax88178_info,
1510+
}, {
1511+
// Logitec LAN-GTJ/U2A
1512+
USB_DEVICE (0x0789, 0x0160),
1513+
.driver_info = (unsigned long) &ax88178_info,
15101514
}, {
15111515
// Linksys USB200M Rev 2
15121516
USB_DEVICE (0x13b1, 0x0018),

0 commit comments

Comments
 (0)