Skip to content

Commit

Permalink
added device support. DLink DUB-E100 H/W Ver C1
Browse files Browse the repository at this point in the history
  • Loading branch information
mozggg committed May 11, 2013
1 parent 1fd1503 commit ceb0c4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/usb/asix.c
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,10 @@ static const struct usb_device_id products [] = {
// DLink DUB-E100 H/W Ver B1 Alternate
USB_DEVICE (0x2001, 0x3c05),
.driver_info = (unsigned long) &ax88772_info,
}, {
// DLink DUB-E100 H/W Ver C1
USB_DEVICE (0x2001, 0x1a02),
.driver_info = (unsigned long) &ax88772_info,
}, {
// Linksys USB1000
USB_DEVICE (0x1737, 0x0039),
Expand Down

0 comments on commit ceb0c4e

Please sign in to comment.