summaryrefslogtreecommitdiff
path: root/usr.sbin/usbdevs
AgeCommit message (Collapse)Author
2010-02-02The structure returned by USB_DEVICEINFO has the vendor/device stringsdrochner
UTF-8 encoded now. We can't simply print this to a terminal, so convert it to the current codeset first.
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2005-05-08Print serial number if there is one.augustss
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
to be the most common practice in our tree.
2003-11-12s/netbsd.org/NetBSD.org/igrant
2003-07-13use bounded string opitojun
2003-01-20KNF- blank line at start of a function with local variable declarations.simonb
2002-02-21Forgot to update this one for the structure prefix changes.christos
2001-11-17Adapt to small ioctl(USB_DEVICEINFO) change.augustss
2001-02-19convert to use getprogname()cgd
2001-01-09Update usage message.augustss
2000-12-30Add a flag to show the device driver(s) associated with each device.augustss
2000-12-30ANSIfy.augustss
2000-10-15Put usage message in KNF order.bjh21
2000-10-15Canonicalize SYNOPSIS.bjh21
Widen left column of option list. Add FILES section, so the possible values of <dev> are clearer.
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
1999-09-08Make output a little less confusing if run without root priviliges.augustss
From "Soren S. Jorvang" <soren@wheel.dk>
1999-06-30Improve messages in case of error.augustss
1999-05-16Back out last commit, local includes were out of sync.tron
1999-05-16Adapt for changes in "src/sys/dev/usb/usb.h".tron
1999-05-16s/revision/release/augustss
1999-04-13Make opyrights conform.augustss
1998-12-29Update for the ioctl(USB_DEVICEINFO) API change.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-07-23Update man page.augustss
Be a little more verbose with -v when no controllers were found.
1998-07-13Fix some typos.augustss
1998-07-12Remove some Makefile cruft and improve an error message.augustss
1998-07-12Add missing copyright notice.augustss
1998-07-12Add USB support. Supported so far:augustss
* UHCI and OHCI host controllers on PCI * Hubs * HID devices withe special drivers for mouse and keyboard * Printers