summaryrefslogtreecommitdiff
path: root/usr.bin/usbhidctl/usbhid.c
AgeCommit message (Expand)Author
2019-09-22Purge an ancient email address, use dsainty@NetBSD.org insteaddsainty
2017-12-10Fix fallout from hid factorisation:bouyer
2011-09-16Use __deadjoerg
2009-04-14fix sign-compare issueslukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-10-26Sync usage with manpage.wiz
2006-10-22Implement an option to reset all values (rather than attempting to readdsainty
2006-10-22Add support for addressing multiple items with the same name (for buggydsainty
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-05-01Coverity CID 815: Avoid NULL pointer deref.christos
2005-02-09bump size of some arraysjdolecek
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-10-31Make the USB_GET_REPORT error format match the USB_SET_REPORT error format bydsainty
2004-10-30Correct spelling of hierarchy in a comment, and tab around RCSIDdsainty
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-06-23Add NetBSD RCS Ids.agc
2002-02-20Prefix structure members to protect them against clashes with eg. c++ keywords.christos
2001-12-29Print items with a usage range in a comprehensible way.augustss
2001-12-28Update for libusbhid(3) changes.augustss
2001-12-22Provide a nicer messages if the device read fails.augustss
2001-10-22Change usbhidctl to take numeric usage names. Add examples in the manaugustss
2001-03-2880 column police.simonb
2001-02-19convert to use getprogname()cgd
2000-09-24Updated version of the usbhidctl command that allows setting, as well asaugustss
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
1999-05-16GC an unused #define.augustss
1999-05-12Sync with libusb.augustss
1999-05-12Update for new libusb.augustss
1999-05-11Make USB HID processing into a library.augustss
1999-04-21Dump more HID info.augustss
1999-04-21Handle devices with a report id correctly.augustss
1998-12-03Handle flags better.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-07-23Make the /dev/ part of the device name optional.augustss
1998-07-13Make usbhidctl more like other *ctl commands.augustss
1998-07-13Make some small improvements to usbhidctl and include a muchaugustss
1998-07-13Add usbhidctl(1) a program for manipulating USB HID devices.augustss