The usbdevice tag has no wiki summary.
4
votes
2answers
242 views
User mode USB isochronous transfer from device-to-host
I am currently trying to interface with a USB audio device from user land. I currently have the device fully enumerated and I've set the interface and set the alternative interface to the interface ...
4
votes
4answers
4k views
Getting the port name of a connected USB device
When a USB device is connected to the computer, how can I get the PORT name which it is connected using C# code.
I found many ways to find when a USB is connected, disconnected, drive letter, path, ...
2
votes
3answers
1k views
Find which drive corresponds to which USB mass storage device in Linux
I have several USB mass storage flash drives connected to a Ubuntu Linux computer (Ubuntu 10.04.1, kernel 2.6.32-25-386), and I need to tell them apart programatically (from bash if possible, but I'm ...
0
votes
1answer
18 views
USB gadget device
I have a great funny idea to a usb gadget device that I would like to build all alone (DIY like).
I have 2 needs:
1) I need the device to get power from the computer it connected to
2) The gadget ...
0
votes
0answers
66 views
Virtual IOUSBDevice Creation in MAC
I am writing a virtual driver which can create an IOUSBDevice (virtual USB device)
and display it in the IORegistry.
I could load the driver in to my mac book pro (os 10.6.8) and could be ...
0
votes
1answer
85 views
How do I Receive USB Device Input
I am developing an application in Android 3.0
I have plugged a barcode scanner into my Acer a501 Tablet and it works sweet. If I select an EditText box, scan an item, the barcode ID shows up inside ...
0
votes
1answer
1k views
WMI: Get USB device description on insertion
How can I get a device Id and other description on insertion of USB device.
I've found an example how to get notified about USB device insertion/removal. But how to get device desrtiption info?
Here ...