In message: <20090322.141641.1942082123....@bsdimp.com> "M. Warner Losh" <i...@bsdimp.com> writes: : In message: <49c68ebb.8090...@telenix.org> : Chuck Robey <chu...@telenix.org> writes: : : -----BEGIN PGP SIGNED MESSAGE----- : : Hash: SHA1 : : : : Hans Petter Selasky wrote: : : > 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 : : : : Is this usbconfig interface planned to be the only remaining tool? Having only : : those difficult to remember long form commands makes this tool quite user : : unfriendly. In my own system, I'm going to have to implement a shell shim, to : : help me out. Doesn't this seem hard to remember, to anyone else? : : I'd be happy with a 'usbconfig list -v' for this request. usbdevs : does little more than that. That would make the usbdevs "program" : : #!/bin/sh : exec usbconfig list $* : : (or is that list bit "$*", I forget).
Oh, just ran the man page, and it is a little more than that... -f is the only hard one to implement... Warner _______________________________________________ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"