Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-02 | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and | Miod 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-02 | Only open with O_RDWR if we are actually chaging a report descriptor, other | Miod Vallat | |
operations only need O_RDONLY. ok blambert@ deraadt@ | |||
2008-10-16 | make -a the default when no other options besides the required | Jacob Meuser | |
-f are used input from and ok sthen@, jmc@, deraadt@ | |||
2008-06-26 | First 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-31 | convert to new .Dd format; | Jason McIntyre | |
2004-10-04 | hierarchy is spelt hierarchy, ok djm@ | Jonathan Gray | |
2004-06-04 | knf + new interface: hid_start() is non-exit non-stderr spewing version of ↵ | Theo de Raadt | |
hid_init(); ok matthieu millert | |||
2004-04-03 | argument to -w is not optional; | Jason McIntyre | |
`name' in 3rd form of SYNOPSIS not optional; | |||
2004-04-03 | - correct SYNOPSIS | Jason McIntyre | |
- sync usage() - some small tweaks | |||
2003-07-02 | .Cm So . Sc -> .Sq Cm \&. | Jason McIntyre | |
from wiz@netbsd; | |||
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-05-10 | Update 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-02 | userland portion of prefixing usb structure members to avoid name clashes. | Nathan Binkert | |
From NetBSD | |||
2001-12-30 | update man page references to usbhid(3) | Peter Valchev | |
2001-12-30 | libusb has been renamed | Peter Valchev | |
2001-09-02 | fix SYNPOSIS | Jakob Schlyter | |
2001-09-02 | program to manipulate USB HID devices | Peter Valchev | |
from NetBSD, reviewed by jakob |