List all USB devices using command line utility.
lsusb.exe v 1.0 provides the windows user the common UNIX style lsusb command to asses all of the USB devices plugged into their system. This is the first pass of the command that was required for the ASnap Android program. If there is a great amount of interest in this program, I shall enhance it with the UNIX switches: -v, --verbose tells lsusb to be verbose and display detailed information about the devices shown. This includes configuration descriptors for the device's current speed. Class descriptors will be shown, when available, for USB device classes including hub, audio, HID, communications, and chipcard. -s [[bus]:][devnum] shows only devices in specified bus and/or devnum. Both ID's are given in decimal and may be omitted. -d [vendor]:[product] shows only devices with the specified vendor and product ID. Both ID's are given in hexadecimal. -D device do not scan the /proc/bus/usb directory, instead display only information about the device whose device file is given. The device file should be something like /proc/bus/usb/001/001. This option displays detailed information like the v option; you must be root to do this. -t tells lsusb to dump the physical USB device hierarchy as a tree. -V, --version print version information on standard output, then exit successfully.
Operating systems:
Windows 7, Windows Vista, Windows XP, Windows 2003, Windows Server 2008
Date:
01.04.2013
Related Software