|
@@ -594,6 +594,10 @@ static const struct usb_device_id products[] = {
|
|
|
USB_DEVICE(0x0a46, 0x9620), /* DM9620 USB to Fast Ethernet Adapter */
|
|
|
.driver_info = (unsigned long)&dm9601_info,
|
|
|
},
|
|
|
+ {
|
|
|
+ USB_DEVICE(0x0a46, 0x9621), /* DM9621A USB to Fast Ethernet Adapter */
|
|
|
+ .driver_info = (unsigned long)&dm9601_info,
|
|
|
+ },
|
|
|
{}, // END
|
|
|
};
|
|
|
|