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
commit ed3770a9cd5764a575b83810ea679bbff2b03082 upstream.

Change-Id: I15d28a891f0f5e6ae26f6232b218e0068872077f
Signed-off-by: Søren Holm <sgh@sgh.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
sgh authored and chrmhoffmann committed Jan 22, 2014
1 parent edaaa03 commit 081d5ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/usb/asix.c
Expand Up @@ -3612,6 +3612,10 @@ static const struct usb_device_id products [] = {
// DLink DUB-E100B
USB_DEVICE (0x2001, 0x3c05),
.driver_info = (unsigned long) &dlink_dub_e100b_info,
}, {
// DLink DUB-E100 H/W Ver C1
USB_DEVICE (0x2001, 0x1a02),
.driver_info = (unsigned long) &ax88772_info,
}, {
// DLink DUB-E100B
USB_DEVICE (0x07d1, 0x3c05),
Expand Down

0 comments on commit 081d5ba

Please sign in to comment.