summaryrefslogtreecommitdiffstats
path: root/usr.bin/usbhidaction
Commit message (Collapse)AuthorAgeFilesLines
* For consistency, cast result of getpid() to longkevlo2010-08-311-1/+2
|
* The NetBSD Foundation has granted permission to remove clause 3 and 4imp2010-02-162-14/+0
| | | | | | from their software. Obtained from: NetBSD
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* Build fixups for the new USB stack.thompsa2009-02-231-1/+1
|
* src/usr.bin/usbhidaction/usbhidaction.calfred2009-02-021-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/usr.bin/usbhidctl/usbhid.c src/sys/dev/usb2/include/usb2_hid.h src/sys/dev/usb2/input/uhid2.c src/lib/libusbhid/Makefile src/lib/libusbhid/descr.c src/lib/libusbhid/descr_compat.c src/lib/libusbhid/usbhid.3 src/lib/libusbhid/usbhid.h src/lib/libusbhid/usbvar.h Patches to make libusbhid and HID userland utilities compatible with the new USB stack. All HID ioctls should go through the libusbhid library to ensure compatibility. I have found at least one piece of software in /usr/ports which needs to get updated before USB HID devices will work. This is the X joystick input driver. Reported and tested by: Daichi GOTO and Masanori OZAWA. src/sys/dev/usb2/core/usb2_process.c Correct USB process names. Reported by: Andre Guibert de Bruet src/sys/dev/usb2/serial/uftdi2.c Integrate changes from old USB stack. Submitted by: hps
* Add support using an alternate table file to usbhidaction(1).imp2007-06-302-3/+10
| | | | | | Submitted by: Michael Haro PR: 61234 Approved by: re (bmah)
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-281-1/+0
|
* Misc fixes brought to light by WARNS=6:dwmalone2004-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.
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* Assorted mdoc(7) fixes.ru2003-05-301-29/+41
|
* Fix debounce. I forgot these bits in my last commit.mdodd2003-04-101-1/+3
| | | | Submitted by: Mathew Kanner <mat@cnd.mcgill.ca>
* - Implement debounce support.mdodd2003-04-092-31/+86
| | | | | | | - Clean up examples. - Call deamon(3) after we open the PID file. Submitted by: Mathew Kanner <mat@cnd.mcgill.ca>
* Add usbhidaction(1).mdodd2003-04-093-0/+613
This allows actions to be bound to HID events. Obtained from: NetBSD
OpenPOWER on IntegriCloud