9
0
Fork 0

net: usb: asix: Add D-link DUB-E100 H/W Ver C1 support

Hello!

This patch adds support for USB ethernet adapter D-Link DUB-E100 H/W Rev C1. I tested this on
Beagleboneblack Rev A6A and our custom h/w based on i.mx6 Phytec phycore module. More
information about the adapter is here:
http://us.dlink.com/products/connect/high-speed-usb-2-0-fast-ethernet-adapter/

Signed-off-by: Mayur Nande <mayur.nande@medel.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Mayur Nande 2015-04-27 11:36:01 +00:00 committed by Sascha Hauer
parent 885a1cf27e
commit f25c987459
1 changed files with 4 additions and 0 deletions

View File

@ -846,6 +846,10 @@ static const struct usb_device_id products [] = {
// LevelOne USB Fast Ethernet Adapter
USB_DEVICE(0x0b95, 0x772b),
.driver_info = &ax88772b_info,
}, {
// DLink DUB-E100 H/W Ver C1
USB_DEVICE(0x2001, 0x1a02),
.driver_info = &ax88772_info,
},
{ }, // END
};