On Wed, Oct 31, 2012 at 12:47:18PM -0500, Dave Burgess wrote:
Using ugen0.04 was my first thought, but that didn't help. I tried all
of the ugen0.xx ports, just to see what would happen.
FWIW the below code will tell you what all the endpoints on a ugen
device are. Unfortunately this will only work if the device is grabbed
by ugen, if another driver gets the device you cannot query it. Though,
IMHO, we should be able to, it can be useful sometimes and would allow
us to implement something like the linux lsusb command. Apologies for
the lack of error checking and so forth, this was a quick hack I threw
together when poking at a USB device...