>>>>> "Robert" == Robert Brockway <[EMAIL PROTECTED]> writes:
Robert> Hi Peter. I've verified that the Hirose USB-100 (0x0a47, Robert> 0x9601) is a clone of the DAVICOM DM9601. I patched dm9601.c Robert> to identify this device and now have these in production. Robert> Unified diff against 2.6.24 attached. Thanks! Acked-by: Peter Korsgaard <[EMAIL PROTECTED]> Robert> Cheers, Robert> Rob Robert> -- Robert> "With sufficient thrust, pigs fly just fine..." Robert> -- RFC 1925 "The Twelve Networking Truths" Robert> --- drivers/net/usb/dm9601.c.old 2008-01-27 00:51:50.000000000 -0500 Robert> +++ drivers/net/usb/dm9601.c 2008-02-07 10:27:40.000000000 -0500 Robert> @@ -590,6 +590,10 @@ static const struct usb_device_id produc Robert> USB_DEVICE(0x0a46, 0x8515), /* ADMtek ADM8515 USB NIC */ Robert> .driver_info = (unsigned long)&dm9601_info, Robert> }, Robert> + { Robert> + USB_DEVICE(0x0a47, 0x9601), /* Hirose USB-100 */ Robert> + .driver_info = (unsigned long)&dm9601_info, Robert> + }, Robert> {}, // END Robert> }; -- Bye, Peter Korsgaard -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html