aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/usbhidctl/usbhid.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* Include item position in report descriptor dump in usbhidctl(1).Hans Petter Selasky2019-08-171-2/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Add support for -z option for reading operations. It allows to not requestAlexander Motin2012-05-161-3/+3
* Add missing static keywords to usbhidctl(1)Ed Schouten2011-11-061-6/+6
* MFprojects/hid:Alexander Motin2011-09-281-113/+286
* MFprojects/hid:Alexander Motin2011-07-301-15/+39
* The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh2010-02-161-7/+0
* Use getprogname() instead of referencing __progname.Xin LI2009-06-231-3/+2
* Build fixups for the new USB stack.Andrew Thompson2009-02-231-1/+1
* src/usr.bin/usbhidaction/usbhidaction.cAlfred Perlstein2009-02-021-5/+2
* usbhidctl appears to not report features and write size correctlyWarner Losh2007-12-211-4/+4
* usage: Include the - in the x flag.Greg Lehey2006-11-231-3/+3
* Add option -x to display output values in hex in addition to decimal.Greg Lehey2006-11-231-9/+21
* Remove uninitialized local variable in favor of global.Matthew N. Dodd2003-05-261-2/+1
* Sync with NetBSD.Matthew N. Dodd2003-04-091-3/+4
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Use libusbhid.h instead of libusb.h.Josef Karthauser2002-03-281-1/+1
* WARNS=2 fixes.Mark Murray2001-12-111-6/+6
* Remove a bogus %s from a printf.Nick Hibma2001-04-171-1/+1
* Fix the build break.Nick Hibma2000-10-171-15/+9
* Don't overflow in command-line argsKris Kennaway2000-10-091-2/+2
* Add the usbhidctl utility, from NetBSD, by Lennart AugusstNick Hibma2000-07-051-0/+339