Skip to content

Commit

Permalink
asix: Support DLink DUB-E100 H/W Ver C1
Browse files Browse the repository at this point in the history
Signed-off-by: Søren Holm <sgh@sgh.dk>
Cc: stable@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Søren holm authored and David S. Miller committed Sep 19, 2012
1 parent 7126195 commit ed3770a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/usb/asix_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,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 ed3770a

Please sign in to comment.