In message: <[email protected]> Hans Petter Selasky <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
