summaryrefslogtreecommitdiff
path: root/usr.bin/usbhidctl
AgeCommit message (Collapse)Author
2010-08-02Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID andMiod Vallat
USB_SET_REPORT ioctls in ukbd and ums. This allows usbhidctl to be used on these devices e.g. to dump the report descriptor of troublesome models. ok deraadt@
2010-08-02Only open with O_RDWR if we are actually chaging a report descriptor, otherMiod Vallat
operations only need O_RDONLY. ok blambert@ deraadt@
2008-10-16make -a the default when no other options besides the requiredJacob Meuser
-f are used input from and ok sthen@, jmc@, deraadt@
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2007-05-31convert to new .Dd format;Jason McIntyre
2004-10-04hierarchy is spelt hierarchy, ok djm@Jonathan Gray
2004-06-04knf + new interface: hid_start() is non-exit non-stderr spewing version of ↵Theo de Raadt
hid_init(); ok matthieu millert
2004-04-03argument to -w is not optional;Jason McIntyre
`name' in 3rd form of SYNOPSIS not optional;
2004-04-03- correct SYNOPSISJason McIntyre
- sync usage() - some small tweaks
2003-07-02.Cm So . Sc -> .Sq Cm \&.Jason McIntyre
from wiz@netbsd;
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2002-11-14use $ or # before commands in examplesTheo 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
2001-12-30update man page references to usbhid(3)Peter Valchev
2001-12-30libusb has been renamedPeter Valchev
2001-09-02fix SYNPOSISJakob Schlyter
2001-09-02program to manipulate USB HID devicesPeter Valchev
from NetBSD, reviewed by jakob