summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid/usage.c
Commit message (Collapse)AuthorAgeFilesLines
* USB: replace 0 with NULL for pointers.pfg2016-04-091-3/+3
| | | | | | Found with devel/coccinelle. Reviewed by: hselasky
* Merge improvements from kernel HID parser to the userland usbhid(3)kaiw2010-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | 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
* Sync with NetBSD.mdodd2003-04-091-1/+2
| | | | | | | | | | | | | | - Bump shared library version on libusbhid. - Retire libusbhid.h; it is called usbhid.h now. - hid_start_parse() takes a third argument. - hid_locate() takes a fifth argument. - hid_report_size() order of arguments changes. - Other changes, including formatting and whitespace. Bump __FreeBSD_version. This change will break all third party applications that rely on previous FreeBSD specific behavior.
* MF NetBSD:mdodd2003-04-071-7/+9
| | | | | | | | | | - Reduce diffs with NetBSD. - Formatting and explicit values for enum declaration. - Order of prototypes. - zero report_size in hid_clear_local() - errx() needs no newline - Don't initialie variable in declaration in hid_parse_usage_in_page(). - Use fmtcheck() in hid_usage_in_page().
* Finish the libusb.h -> libusbhid.h migration.joe2002-03-281-1/+1
| | | | MFC after: 7 days
* Add __FBSDID()s to libusbdillon2001-09-301-3/+3
|
* Sync with NetBSD:n_hibma2000-10-161-2/+40
| | | | | | | | | | K&R -> ANSI Bugfix: 'Keep the bit position even when the report descriptor says POP.' Add hid_use_report_desc, hid_parse_usage_page, hid_parse_usage_in_page. Changed iface for hid_report_size.
* Sync with NetBSD:n_hibma2000-08-261-3/+3
| | | | | Print unknown usages with 4 digits. Mask in page extraction.
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.n_hibma2000-06-111-0/+197
OpenPOWER on IntegriCloud