index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
usbhidctl
Age
Commit message (
Expand
)
Author
2023-03-07
Delete obsolete /* ARGSUSED1 */ lint comments.
Philip Guenther
2022-12-04
userspace: remove vestigial '?' cases from top-level getopt(3) loops
Scott Soule Cheloha
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2021-12-15
restrict all filesystem access with unveil(2).
Ricardo Mestre
2021-05-31
add an -R flag to dump the raw report descriptor bytes for parsing
Joshua Stein
2021-02-04
Unconditionally allocate a buffer big enough to hold a struct
anton
2019-11-15
libusb was renamed to libusbhid in 2001 but the old DPADD var name was
Jonathan Gray
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2016-01-09
revert previous now that they are found in usbhid.h again
Joshua Stein
2016-01-08
redefine 3 UHID_* vars that moved
Joshua Stein
2015-12-22
remove a NULL-check before free()
mmcc
2013-11-27
unsigned char for ctype
Theo de Raadt
2013-07-16
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
Ingo Schwarze
2010-08-02
Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and
Miod Vallat
2010-08-02
Only open with O_RDWR if we are actually chaging a report descriptor, other
Miod Vallat
2008-10-16
make -a the default when no other options besides the required
Jacob Meuser
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
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 hi...
Theo de Raadt
2004-04-03
argument to -w is not optional;
Jason McIntyre
2004-04-03
- correct SYNOPSIS
Jason McIntyre
2003-07-02
.Cm So . Sc -> .Sq Cm \&.
Jason McIntyre
2003-06-10
- section reorder
Jason McIntyre
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
2002-05-02
userland portion of prefixing usb structure members to avoid name clashes.
Nathan Binkert
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