summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid/usbhid.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* revert manual additions of hid.h now that usbhid.h brings it injcs2016-01-091-3/+1
|
* pull in dev/hid/hid.h for moved HIO_* varsjcs2016-01-081-1/+3
|
* Keep libusbhid's HID parser in sync with the kernel one. This is mostlympi2014-05-121-34/+30
| | | | | | | | a backport from FreeBSD's r205728, r224511 and 225839 without the new functions to set/get a report ID nor the usbhidctl(1) & usbhidaction(1) bits. Committing now to open the "Monday's Bump Parade".
* revert previous, it was hardly tested and is causing too many issues too close to release.jasper2012-07-161-2/+1
| | | | as discussed with and ok mpi@ deraadt@
* - port multiple report ID support for HID parser from FreeBSD codeyuo2012-07-111-1/+2
| | | | | | | | | | (rev. 205728, 224511 and 225839) - add hid_get_report_id(3) to get id of a descriptor. - crank the major in shlib_version 3.0 -> 4.0 ok deraadt@, mpi@
* knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millertderaadt2004-06-041-16/+18
|
* Update usb userland stuff to reflect hid changes in the kernel.nate2002-05-101-6/+10
| | | | | | 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.
* Rename libusb to libusbhid, a better name, per NetBSDpvalchev2001-12-301-0/+97