aboutsummaryrefslogtreecommitdiff
path: root/lib/libusbhid/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not cast dval.Maksim Yevmenkin2004-02-111-2/+1
| | | | | | | | | Make global _usage_page unsigned. Reviewed by: imp (mentor) Notes: svn path=/head/; revision=125716
* The report size is not a local item, so don't clear it when clearing local ↵Maksim Yevmenkin2004-01-281-1/+0
| | | | | | | | | | | items. PR: misc/58971 Reviewed by: imp (mentor), mdodd Obtained from: NetBSD Notes: svn path=/head/; revision=125121
* Sync with NetBSD.Matthew N. Dodd2003-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. Notes: svn path=/head/; revision=113273
* MF NetBSD:Matthew N. Dodd2003-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(). Notes: svn path=/head/; revision=113193
* Finish the libusb.h -> libusbhid.h migration.Josef Karthauser2002-03-281-1/+1
| | | | | | | MFC after: 7 days Notes: svn path=/head/; revision=93331
* Add __FBSDID()s to libusbMatthew Dillon2001-09-301-3/+3
| | | | Notes: svn path=/head/; revision=84224
* Sync with NetBSD:Nick 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. Notes: svn path=/head/; revision=67217
* Remove DIAGASSERTNick Hibma2000-07-071-17/+0
| | | | Notes: svn path=/head/; revision=62757
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.Nick Hibma2000-06-111-0/+405
Notes: svn path=/head/; revision=61560