aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/usbhidaction
Commit message (Collapse)AuthorAgeFilesLines
* Add support using an alternate table file to usbhidaction(1).Warner Losh2007-06-302-3/+10
| | | | | | | | | Submitted by: Michael Haro PR: 61234 Approved by: re (bmah) Notes: svn path=/head/; revision=171101
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
| | | | Notes: svn path=/head/; revision=140941
* Misc fixes brought to light by WARNS=6:David Malone2004-03-091-14/+17
| | | | | | | | | | | 1) Constness, unusedness and size_tness. 2) Don't clobber the value returned by hid_report_size in the daemon case. 3) Don't misspell "sizeof buf" as 100. 4) Don't run off the end of a buffer if the pid is about a google. 5) Avoid shadowing the usage function. Notes: svn path=/head/; revision=126774
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
| | | | Notes: svn path=/head/; revision=125503
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-301-29/+41
| | | | Notes: svn path=/head/; revision=115419
* Fix debounce. I forgot these bits in my last commit.Matthew N. Dodd2003-04-101-1/+3
| | | | | | | Submitted by: Mathew Kanner <mat@cnd.mcgill.ca> Notes: svn path=/head/; revision=113328
* - Implement debounce support.Matthew N. Dodd2003-04-092-31/+86
| | | | | | | | | | - Clean up examples. - Call deamon(3) after we open the PID file. Submitted by: Mathew Kanner <mat@cnd.mcgill.ca> Notes: svn path=/head/; revision=113309
* Add usbhidaction(1).Matthew N. Dodd2003-04-093-0/+613
This allows actions to be bound to HID events. Obtained from: NetBSD Notes: svn path=/head/; revision=113288