Skip to content

Commit

Permalink
[PATCH] USB: asix.c - Add Linksys USB200M Rev 2 ids
Browse files Browse the repository at this point in the history
Attached patch adds device IDs for the Linksys USB200M Rev 2 device
which uses the AX88772 chipset.

Signed-off-by: David Hollis <dhollis@davehollis.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
David Hollis authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent 3e220e9 commit 5e0f76c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/usb/net/asix.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,10 @@ static const struct usb_device_id products [] = {
// ASIX AX88772 10/100
USB_DEVICE (0x0b95, 0x7720),
.driver_info = (unsigned long) &ax88772_info,
}, {
// Linksys USB200M Rev 2
USB_DEVICE (0x13b1, 0x0018),
.driver_info = (unsigned long) &ax88772_info,
},
{ }, // END
};
Expand Down

0 comments on commit 5e0f76c

Please sign in to comment.