summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid/descr.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync with NetBSD.mdodd2003-04-091-3/+1
| | | | | | | | | | | | | | - 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.
* Finish the libusb.h -> libusbhid.h migration.joe2002-03-281-1/+1
| | | | MFC after: 7 days
* Prefix structure members to protect them against clashes with eg.alfred2002-02-201-2/+2
| | | | | | | | | c++ keywords. This keeps us in sync with NetBSD because they actually committed my delta first. Ok'd by: lennard
* Add __FBSDID()s to libusbdillon2001-09-301-3/+3
|
* Sync with NetBSD:n_hibma2000-10-161-11/+19
| | | | | | | | | | 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-2/+0
|
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.n_hibma2000-06-111-0/+75
OpenPOWER on IntegriCloud