summaryrefslogtreecommitdiff
path: root/usr.bin/usbhidaction
AgeCommit message (Collapse)Author
2008-06-26First 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-31convert to new .Dd format;Jason McIntyre
2007-02-23signal handler flag must be volatile sig_atomic_tTheo de Raadt
2006-07-09Two fixes:Michael Knudsen
o Prevent a config reload from always happening after the first round of command execution. o Make sure config reload works when daemonised by requiring an absolute path to the config file. From NetBSD. Ok brad.
2006-04-23Avoid passing the device file descriptor to executed commands; deraadt@ okFederico G. Schwindt
2006-04-22update output after uaudio(4) changes.Federico G. Schwindt
2005-06-13fix syntax for out of date mixerctl(1) examples;Jason McIntyre
based on a diff from mechiel lukkien; help and ok miod@
2004-10-27remove newlines in errx, syslog. ok henning, hshoexer, millertJared Yanovich
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-06-04knf + new interface: hid_start() is non-exit non-stderr spewing version of ↵Theo de Raadt
hid_init(); ok matthieu millert
2004-04-03- correct SYNOPSISJason McIntyre
- sync usage() - some small tweaks
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-01-11Manpage fixups from jmc, plus a minor tweak by me.Hugh Graham
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-06-11kill err(3) newlines; ok miod@, deraadt@Jason Peel
2002-05-10Update 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.