Skip to content

Commit

Permalink
USB: asix - Add alternate device IDs for Dlink DUB-E100 Rev B1
Browse files Browse the repository at this point in the history
Add alternate device IDs for Dlink DUB-E100 Rev B1

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 Sep 28, 2006
1 parent e81ee63 commit b923e7f
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 @@ -1455,6 +1455,10 @@ static const struct usb_device_id products [] = {
// DLink DUB-E100 H/W Ver B1
USB_DEVICE (0x07d1, 0x3c05),
.driver_info = (unsigned long) &ax88772_info,
}, {
// DLink DUB-E100 H/W Ver B1 Alternate
USB_DEVICE (0x2001, 0x3c05),
.driver_info = (unsigned long) &ax88772_info,
}, {
// Linksys USB1000
USB_DEVICE (0x1737, 0x0039),
Expand Down

0 comments on commit b923e7f

Please sign in to comment.