Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |