summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid
Commit message (Collapse)AuthorAgeFilesLines
* Add __BEGIN_DECLS / __END_DECLS so this can be used in C++ code.des2004-06-031-0/+4
| | | | MFC after: 1 week
* Do not cast dval.emax2004-02-112-3/+2
| | | | | | 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
* Correct URI to USB specs.rushani2003-12-211-1/+1
| | | | | Submitted by: Lukas Ertl <l.ertl@univie.ac.at> PR: docs/60457
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* Assorted mdoc(7) fixes.ru2003-05-221-9/+9
| | | | Approved by: re (blanket)
* Sync with NetBSD.mdodd2003-04-098-186/+130
| | | | | | | | | | | | | | - 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-074-13/+24
| | | | | | | | | | - 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().
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
|
* mdoc(7) police: Tidy up the markup.ru2002-05-301-29/+37
|
* Install libusbhid, and use it instead of libusb.joe2002-03-282-2/+2
| | | | MFC after: 6 days
* Update the documentation to reflect the change from libusb to libusbhid.joe2002-03-283-221/+11
| | | | MFC after: 6 days
* Finish the libusb.h -> libusbhid.h migration.joe2002-03-286-8/+8
| | | | MFC after: 7 days
* Rename libusb.h to libusbhid.h, via a repocopy.joe2002-03-282-102/+1
| | | | MFC after: 7 days
* Remove __P() usage.obrien2002-03-213-45/+45
|
* 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
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-012-2/+2
|
* Add __FBSDID()s to libusbdillon2001-09-304-11/+12
|
* mdoc(7) police: Fixed broken xrefs.ru2001-08-222-2/+2
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* Fixed prototypes. About half of them were wrong (mainly due to constbde2001-02-062-20/+20
| | | | poisoning having not reached here).
* Added used include of <sys/cdefs.h>.bde2001-02-063-0/+12
| | | | Declare all the interfaces documented in usb.3 (2 were missing).
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-172-2/+2
|
* Remove fullstops from the end of .Xr lines in SEE ALSO section.ben2000-11-152-2/+2
|
* Sync with NetBSD:n_hibma2000-10-168-73/+170
| | | | | | | | | | 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.
* Sync with NetBSD:n_hibma2000-08-264-9/+9
| | | | | Print unknown usages with 4 digits. Mask in page extraction.
* Remove DIAGASSERTn_hibma2000-07-073-25/+0
|
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.n_hibma2000-06-1111-0/+1504
OpenPOWER on IntegriCloud