summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not cast dval.emax2004-02-111-2/+1
| | | | | | Make global _usage_page unsigned. Reviewed by: imp (mentor)
* The report size is not a local item, so don't clear it when clearing local ↵emax2004-01-281-1/+0
| | | | | | | | items. PR: misc/58971 Reviewed by: imp (mentor), mdodd Obtained from: NetBSD
* Sync with NetBSD.mdodd2003-04-091-44/+93
| | | | | | | | | | | | | | - 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-0/+1
| | | | | | | | | | - 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-34/+38
| | | | | | | | | | 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.
* Remove DIAGASSERTn_hibma2000-07-071-17/+0
|
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.n_hibma2000-06-111-0/+405
OpenPOWER on IntegriCloud