I was wondering if there is anyway to get the various descriptor information for a USB device. Our system is a BitsyX WinCE 4.20.17 with an ethernet personality board. Specifically, we need to try to get the serial, PID and VID of a USB keychain storage drive. I would imagine this functionality exists in the drivers but can't figure out how to retrieve this information from an application. Thanks.
I know that PCMCIA and CF descriptors make their way into the registry when you insert a device. I wonder if USB descriptors are stored the same way.
If you're not sure where this information would be stored in the registry, you might use the remote registry editor to save the registry before and after inserting the device, then compare the two.