diff --git a/[refs] b/[refs] index 6ece7a36dd5e..1b07d0bc21f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e81ee637e4aed723f71007c90a901268317ed6d6 +refs/heads/master: b923e7fcc152199959b673e09c318a750a10928b diff --git a/trunk/drivers/usb/net/asix.c b/trunk/drivers/usb/net/asix.c index 9b97aa6384c7..9c0eacf7055c 100644 --- a/trunk/drivers/usb/net/asix.c +++ b/trunk/drivers/usb/net/asix.c @@ -1455,6 +1455,10 @@ static const struct usb_device_id products [] = { // DLink DUB-E100 H/W Ver B1 USB_DEVICE (0x07d1, 0x3c05), .driver_info = (unsigned long) &ax88772_info, +}, { + // DLink DUB-E100 H/W Ver B1 Alternate + USB_DEVICE (0x2001, 0x3c05), + .driver_info = (unsigned long) &ax88772_info, }, { // Linksys USB1000 USB_DEVICE (0x1737, 0x0039),