usbdevs -v
M. Warner Losh
imp at bsdimp.com
Sun Mar 22 12:16:23 PDT 2009
In message: <200903221454.10594.hselasky at c2i.net>
Hans Petter Selasky <hselasky at c2i.net> writes:
: On Sunday 22 March 2009, M. Warner Losh wrote:
: > So what's the new way to say usbdevs -v? usbconfig list doesn't list
: > device IDs. And devinfo doesn't show a device unless it is attached
: > to a driver.
:
: usbconfig dump_device_desc | grep id
So the answer would basically be "no, there isn't a simple one":
sudo usbconfig dump_device_desc | grep id
idVendor = 0x0000
idProduct = 0x0000
idVendor = 0x0000
idProduct = 0x0000
idVendor = 0x0000
idProduct = 0x0000
idVendor = 0x04cf
idProduct = 0x8818
idVendor = 0x0d49
idProduct = 0x7310
It is possible to find the info, but it is burried in a very verbose
output. It is some cool very verbose output, granted, but still, it
can take a while to find... Guess that's what they made emacs for...
Warner
More information about the freebsd-usb
mailing list