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@xxxxxxxxx> --- drivers/net/usb/asix.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c index 14a8c76..7cce5b9 100644 --- a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c @@ -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 }; -- 1.9.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox