summaryrefslogtreecommitdiff
path: root/lib/libusb/usage.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync with NetBSD:Nick 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. Notes: svn path=/head/; revision=67217
* Sync with NetBSD:Nick Hibma2000-08-261-3/+3
| | | | | | | | Print unknown usages with 4 digits. Mask in page extraction. Notes: svn path=/head/; revision=65116
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.Nick Hibma2000-06-111-0/+197
Notes: svn path=/head/; revision=61560