summaryrefslogtreecommitdiff
path: root/usr.sbin/usbdevs
AgeCommit message (Collapse)Author
2002-06-02minor KNFTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-05-29more snprintfTheo de Raadt
2002-05-10Update usb userland stuff to reflect hid changes in the kernel.Nathan Binkert
This adds the new program usbhidaction which can be used to assign actions to events that occur on a uhid device. For example, you can now make the volume buttons on some newer keyboards actually do something.
2002-05-02userland portion of prefixing usb structure members to avoid name clashes.Nathan Binkert
From NetBSD
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-09-17Add support for -d in usbdevs(8); from Jason Ackley <jason@ackley.net>, pr#2005Michael Shalayeff
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2000-10-14Capitalization.Aaron Campbell
2000-02-04Ox version error. deraadt@Jakob Schlyter
2000-02-03usbdevs (from NetBSD). OK deraadt@ fgsch@Jakob Schlyter