Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with NetBSD. | mdodd | 2003-04-09 | 8 | -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: | mdodd | 2003-04-07 | 4 | -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_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: Tidy up the markup. | ru | 2002-05-30 | 1 | -29/+37 |
| | |||||
* | Install libusbhid, and use it instead of libusb. | joe | 2002-03-28 | 2 | -2/+2 |
| | | | | MFC after: 6 days | ||||
* | Update the documentation to reflect the change from libusb to libusbhid. | joe | 2002-03-28 | 3 | -221/+11 |
| | | | | MFC after: 6 days | ||||
* | Finish the libusb.h -> libusbhid.h migration. | joe | 2002-03-28 | 6 | -8/+8 |
| | | | | MFC after: 7 days | ||||
* | Rename libusb.h to libusbhid.h, via a repocopy. | joe | 2002-03-28 | 2 | -102/+1 |
| | | | | MFC after: 7 days | ||||
* | Remove __P() usage. | obrien | 2002-03-21 | 3 | -45/+45 |
| | |||||
* | Prefix structure members to protect them against clashes with eg. | alfred | 2002-02-20 | 1 | -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. | ru | 2001-10-01 | 2 | -2/+2 |
| | |||||
* | Add __FBSDID()s to libusb | dillon | 2001-09-30 | 4 | -11/+12 |
| | |||||
* | mdoc(7) police: Fixed broken xrefs. | ru | 2001-08-22 | 2 | -2/+2 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | Fixed prototypes. About half of them were wrong (mainly due to const | bde | 2001-02-06 | 2 | -20/+20 |
| | | | | poisoning having not reached here). | ||||
* | Added used include of <sys/cdefs.h>. | bde | 2001-02-06 | 3 | -0/+12 |
| | | | | Declare all the interfaces documented in usb.3 (2 were missing). | ||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 2 | -2/+2 |
| | |||||
* | Remove fullstops from the end of .Xr lines in SEE ALSO section. | ben | 2000-11-15 | 2 | -2/+2 |
| | |||||
* | Sync with NetBSD: | n_hibma | 2000-10-16 | 8 | -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_hibma | 2000-08-26 | 4 | -9/+9 |
| | | | | | Print unknown usages with 4 digits. Mask in page extraction. | ||||
* | Remove DIAGASSERT | n_hibma | 2000-07-07 | 3 | -25/+0 |
| | |||||
* | The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>. | n_hibma | 2000-06-11 | 11 | -0/+1504 |