freebsd-src/lib/libusbhid
Kai Wang cde587816c Merge improvements from kernel HID parser to the userland usbhid(3)
parser.  This merge does not change any API and should not break any
native or thirdparty applications.

Changes include:

* Merge multiple report ID support and other improvements from kernel
  HID parser.
* Ignore rid argument in hid_start_parser, parse all the report items since
  we now support multiple report ID.
* Skip report ID byte in hid_get_data() and set report ID byte in
  hid_set_data(), if report ID is non-zero.
* Reimplement hid_get_report_id: instead get report id from uhid device
  (which is always 0), try parsing the report descriptor and return the
  first report ID encountered.

Reviewed by:	hps
Silent on:	-usb mailing list
2010-03-27 08:00:16 +00:00
..
data.c Merge improvements from kernel HID parser to the userland usbhid(3) 2010-03-27 08:00:16 +00:00
descr.c Merge improvements from kernel HID parser to the userland usbhid(3) 2010-03-27 08:00:16 +00:00
descr_compat.c Build fixups for the new USB stack. 2009-02-23 18:36:54 +00:00
Makefile Bump the version of all non-symbol-versioned shared libraries in 2009-07-19 17:25:24 +00:00
parse.c Merge improvements from kernel HID parser to the userland usbhid(3) 2010-03-27 08:00:16 +00:00
usage.c Merge improvements from kernel HID parser to the userland usbhid(3) 2010-03-27 08:00:16 +00:00
usbhid.3 src/usr.bin/usbhidaction/usbhidaction.c 2009-02-02 00:49:39 +00:00
usbhid.h Merge improvements from kernel HID parser to the userland usbhid(3) 2010-03-27 08:00:16 +00:00
usbvar.h Merge improvements from kernel HID parser to the userland usbhid(3) 2010-03-27 08:00:16 +00:00