Skip to content

Commit 7327413

Browse files
Eduard Warkentingregkh
authored andcommitted
[PATCH] USB: added support for ASIX 88178 chipset USB Gigabit Ethernet adaptor
Add support for detection and dworking with a ASIX 88178 based USB-Gigabit adaptor. With the patch, it is detected and handled correctly by the asix module. Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f44f725 commit 7327413

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/usb/net/asix.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,10 @@ static const struct usb_device_id products [] = {
911911
// ASIX AX88772 10/100
912912
USB_DEVICE (0x0b95, 0x7720),
913913
.driver_info = (unsigned long) &ax88772_info,
914+
}, {
915+
// ASIX AX88178 10/100/1000
916+
USB_DEVICE (0x0b95, 0x1780),
917+
.driver_info = (unsigned long) &ax88772_info,
914918
}, {
915919
// Linksys USB200M Rev 2
916920
USB_DEVICE (0x13b1, 0x0018),

0 commit comments

Comments
 (0)