summaryrefslogtreecommitdiffstats
path: root/drivers/usb/eth
diff options
context:
space:
mode:
authorPierre Aubert <p.aubert@staubli.com>2013-06-27 09:01:54 +0200
committerMarek Vasut <marex@denx.de>2013-06-30 18:41:08 +0200
commitbefd387242143ba0f7e298cfef6baf26c4260ec0 (patch)
tree080f6051b2be5d2801f6e4f9a0f6752aa4e9add3 /drivers/usb/eth
parentb37c4a2baabc61450bb9f8bd16b233a25315c816 (diff)
downloadtalos-obmc-uboot-befd387242143ba0f7e298cfef6baf26c4260ec0.tar.gz
talos-obmc-uboot-befd387242143ba0f7e298cfef6baf26c4260ec0.zip
usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1
This trivial patch adds the definition of the vid/pid for the Ver C1 of the USB Ethernet adapter D-Link DUB-E100. Signed-off-by: Pierre Aubert <p.aubert@staubli.com> CC: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/usb/eth')
-rw-r--r--drivers/usb/eth/asix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/eth/asix.c b/drivers/usb/eth/asix.c
index 76624b9256..db39bd86f5 100644
--- a/drivers/usb/eth/asix.c
+++ b/drivers/usb/eth/asix.c
@@ -585,6 +585,7 @@ struct asix_dongle {
static const struct asix_dongle const asix_dongles[] = {
{ 0x05ac, 0x1402, FLAG_TYPE_AX88772 }, /* Apple USB Ethernet Adapter */
{ 0x07d1, 0x3c05, FLAG_TYPE_AX88772 }, /* D-Link DUB-E100 H/W Ver B1 */
+ { 0x2001, 0x1a02, FLAG_TYPE_AX88772 }, /* D-Link DUB-E100 H/W Ver C1 */
/* Cables-to-Go USB Ethernet Adapter */
{ 0x0b95, 0x772a, FLAG_TYPE_AX88772 },
{ 0x0b95, 0x7720, FLAG_TYPE_AX88772 }, /* Trendnet TU2-ET100 V3.0R */
OpenPOWER on IntegriCloud