aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/usbdevs/usbdevs.c
Commit message (Collapse)AuthorAgeFilesLines
* De-orbit usbdevs(8) which hasn't worked with the new USB stack for a longUlrich Spörlein2010-12-041-233/+0
| | | | | | | time now. usbconfig(8) should be an adequate replacement. Notes: svn path=/head/; revision=216189
* The NetBSD Foundation has given permission to remove clause 3 and 4Warner Losh2010-02-161-7/+0
| | | | | | | | | from their liceense. Obtained from: NetBSD Notes: svn path=/head/; revision=203972
* Add missing -o to usage output.Simon L. B. Nielsen2008-12-291-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=186566
* Add option '-o' for one-line output in combination with '-d'.Lukas Ertl2004-05-241-6/+19
| | | | | | | | PR: bin/62911 (patch slightly adopted) Submitted by: Corris Randall <corris@line6.net> Notes: svn path=/head/; revision=129659
* Diff reduction to NetBSD.Lukas Ertl2004-05-241-3/+3
| | | | | | | | | | | | | MFNetBSD 1.21; author: itojun use bounded string op MFNetBSD 1.22; author: grant s/netbsd.org/NetBSD.org/i Obtained from: NetBSD Notes: svn path=/head/; revision=129655
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
| | | | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. Notes: svn path=/head/; revision=95258
* Prefix structure members to protect them against clashes with eg.Alfred Perlstein2002-02-201-13/+13
| | | | | | | | | | | | c++ keywords. This keeps us in sync with NetBSD because they actually committed my delta first. Ok'd by: lennard Notes: svn path=/head/; revision=90996
* Merge from NetBSD:Josef Karthauser2002-02-161-39/+49
| | | | | | | | * Add a -d flag to show the device drivers associated with each device. * Update to use the new speed structure entry. Notes: svn path=/head/; revision=90733
* Use releaseNo, not release. release is evil and should go away.Nick Hibma1999-11-231-2/+2
| | | | Notes: svn path=/head/; revision=53615
* Deconfuse release and revisionNick Hibma1999-10-071-1/+1
| | | | Notes: svn path=/head/; revision=51992
* Syncing with NetBSD version 1998/12/14Nick Hibma1999-04-111-5/+9
| | | | Notes: svn path=/head/; revision=45606
* Added IdNick Hibma1998-12-141-0/+1
| | | | Notes: svn path=/head/; revision=41784
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-261-0/+212
Notes: svn path=/head/; revision=41366