summaryrefslogtreecommitdiffstats
path: root/usr.bin/usbhidctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* libusb was renamed to libusbhid in 2001 but the old DPADD var name wasjsg2019-11-151-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-6/+6
* revert previous now that they are found in usbhid.h againjcs2016-01-091-5/+1
* redefine 3 UHID_* vars that movedjcs2016-01-081-1/+5
* remove a NULL-check before free()mmcc2015-12-221-3/+2
* unsigned char for ctypederaadt2013-11-271-2/+2
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID andmiod2010-08-021-5/+5
* Only open with O_RDWR if we are actually chaging a report descriptor, othermiod2010-08-021-2/+2
* make -a the default when no other options besides the requiredjakemsr2008-10-162-6/+12
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-17/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* hierarchy is spelt hierarchy, ok djm@jsg2004-10-041-2/+2
* knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millertderaadt2004-06-041-2/+3
* argument to -w is not optional;jmc2004-04-031-4/+3
* - correct SYNOPSISjmc2004-04-032-19/+20
* .Cm So . Sc -> .Sq Cm \&.jmc2003-07-021-3/+3
* - section reorderjmc2003-06-101-30/+40
* use $ or # before commands in examplesderaadt2002-11-141-4/+4
* Update usb userland stuff to reflect hid changes in the kernel.nate2002-05-102-153/+393
* userland portion of prefixing usb structure members to avoid name clashes.nate2002-05-021-7/+7
* update man page references to usbhid(3)pvalchev2001-12-301-2/+2
* libusb has been renamedpvalchev2001-12-302-4/+4
* fix SYNPOSISjakob2001-09-021-5/+8
* program to manipulate USB HID devicespvalchev2001-09-023-0/+954