Hi Peter. I've verified that the Hirose USB-100 (0x0a47, 0x9601) is a
clone of the DAVICOM DM9601. I patched dm9601.c to identify this device
and now have these in production. Unified diff against 2.6.24 attached.
Cheers,
Rob
--
"With sufficient thrust, pigs fly just fine..."
-- RFC 1925 "The Twelve Networking Truths"
--- drivers/net/usb/dm9601.c.old 2008-01-27 00:51:50.000000000 -0500
+++ drivers/net/usb/dm9601.c 2008-02-07 10:27:40.000000000 -0500
@@ -590,6 +590,10 @@ static const struct usb_device_id produc
USB_DEVICE(0x0a46, 0x8515), /* ADMtek ADM8515 USB NIC */
.driver_info = (unsigned long)&dm9601_info,
},
+ {
+ USB_DEVICE(0x0a47, 0x9601), /* Hirose USB-100 */
+ .driver_info = (unsigned long)&dm9601_info,
+ },
{}, // END
};