diff options
| author | Søren holm <sgh@sgh.dk> | 2012-09-17 21:50:57 +0000 |
|---|---|---|
| committer | Ben Hutchings <ben@decadent.org.uk> | 2012-10-10 03:30:59 +0100 |
| commit | 75c747ece9b2a227d21a7d83ad522b5da75b961b (patch) | |
| tree | 6011e5f73168732ed61a5b6c4674f2cfddad8419 /drivers | |
| parent | 0a193b148d6d0ed05ea82f466b6d7eac50b87ac5 (diff) | |
| download | linux-75c747ece9b2a227d21a7d83ad522b5da75b961b.tar.gz linux-75c747ece9b2a227d21a7d83ad522b5da75b961b.tar.bz2 linux-75c747ece9b2a227d21a7d83ad522b5da75b961b.zip | |
asix: Support DLink DUB-E100 H/W Ver C1
commit ed3770a9cd5764a575b83810ea679bbff2b03082 upstream.
Signed-off-by: Søren Holm <sgh@sgh.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
[bwh: Backported to 3.2: adjust filename]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/usb/asix.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c index fc147a5ed890..6729585aed7a 100644 --- a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c @@ -1648,6 +1648,10 @@ static const struct usb_device_id products [] = { 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), .driver_info = (unsigned long) &ax88178_info, |
