aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/usb.3
Commit message (Collapse)AuthorAgeFilesLines
* Follow NetBSD and rename libusb to libusbhid.Josef Karthauser2002-03-271-212/+0
| | | | | | | MFC after: 7 days Notes: svn path=/head/; revision=93282
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: Fixed broken xrefs.Ruslan Ermilov2001-08-221-1/+1
| | | | Notes: svn path=/head/; revision=82139
* Fixed prototypes. About half of them were wrong (mainly due to constBruce Evans2001-02-061-10/+10
| | | | | | | poisoning having not reached here). Notes: svn path=/head/; revision=72066
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
| | | | Notes: svn path=/head/; revision=68854
* Remove fullstops from the end of .Xr lines in SEE ALSO section.Ben Smithurst2000-11-151-1/+1
| | | | Notes: svn path=/head/; revision=68751
* Sync with NetBSD:Nick Hibma2000-10-161-10/+32
| | | | | | | | | | | | | 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
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.Nick Hibma2000-06-111-0/+190
Notes: svn path=/head/; revision=61560