My real goal is to test my implementation of some parts of the USB protocol. Basically, I want to get a second opinion from another program that I've generated the correct descriptors. If I can manually add a new USB device in linux using my generated descriptors, then I can use
lsusb -vvv
to parse the descriptors back out, which I could use to verify that I'm doing things correctly.
Is this possible?
lsusb, but anything beyond that isn't a computer-side project (and certainly not a sysadmin task per the FAQ) – voretaq7♦ Aug 13 '12 at 22:14