Ruslan Ermilov
4226a8bf6f
Fix prototypes.
2005-11-24 11:26:36 +00:00
Ken Smith
a84020c2b9
Bump the shared library version number of all libraries that have not
...
been bumped since RELENG_5.
Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)
2005-07-22 17:19:05 +00:00
Jens Schweikhardt
e201f9ecd1
Release n_hibma's maintainership due to his ENOTIME.
...
Discussed with, okayed, authorized, requested by, on behalf of: n_hibma (MAINTAINER)
2005-06-04 10:58:39 +00:00
Ruslan Ermilov
24a0682c64
Sort sections.
2005-01-20 09:17:07 +00:00
Dag-Erling Smørgrav
e404f75180
Add __BEGIN_DECLS / __END_DECLS so this can be used in C++ code.
...
MFC after: 1 week
2004-06-03 15:04:24 +00:00
Maksim Yevmenkin
e898d5ad97
Do not cast dval.
...
Make global _usage_page unsigned.
Reviewed by: imp (mentor)
2004-02-11 21:09:13 +00:00
Maksim Yevmenkin
8f63fe015f
The report size is not a local item, so don't clear it when clearing local items.
...
PR: misc/58971
Reviewed by: imp (mentor), mdodd
Obtained from: NetBSD
2004-01-28 00:05:22 +00:00
Hideyuki KURASHINA
c2e41e91e0
Correct URI to USB specs.
...
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/60457
2003-12-21 14:30:23 +00:00
Ruslan Ermilov
fe08efe680
mdoc(7): Use the new feature of the .In macro.
2003-09-08 19:57:22 +00:00
Ruslan Ermilov
3a5146d9e2
Assorted mdoc(7) fixes.
...
Approved by: re (blanket)
2003-05-22 13:02:28 +00:00
Matthew N. Dodd
cf0e07e504
Sync with NetBSD.
...
- 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.
2003-04-09 01:52:49 +00:00
Matthew N. Dodd
234e6b87fa
MF NetBSD:
...
- 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().
2003-04-07 00:49:53 +00:00
Peter Wemm
224af215a6
Zap now-unused SHLIB_MINOR
2002-09-28 00:25:32 +00:00
Ruslan Ermilov
af41ab4c8d
mdoc(7) police: Tidy up the markup.
2002-05-30 12:16:01 +00:00
Josef Karthauser
7b8cfc5217
Install libusbhid, and use it instead of libusb.
...
MFC after: 6 days
2002-03-28 18:44:25 +00:00
Josef Karthauser
7793e75522
Update the documentation to reflect the change from libusb to libusbhid.
...
MFC after: 6 days
2002-03-28 18:22:33 +00:00
Josef Karthauser
5450b5b0c2
Finish the libusb.h -> libusbhid.h migration.
...
MFC after: 7 days
2002-03-28 11:42:45 +00:00
Josef Karthauser
bd819be9c6
Rename libusb.h to libusbhid.h, via a repocopy.
...
MFC after: 7 days
2002-03-28 01:42:36 +00:00
David E. O'Brien
69160b1eb7
Remove __P() usage.
2002-03-21 23:54:04 +00:00
Alfred Perlstein
5bcd0580d7
Prefix structure members to protect them against clashes with eg.
...
c++ keywords.
This keeps us in sync with NetBSD because they actually committed
my delta first.
Ok'd by: lennard
2002-02-20 20:47:21 +00:00
Ruslan Ermilov
32eef9aeb1
mdoc(7) police: Use the new .In macro for #include statements.
2001-10-01 16:09:29 +00:00
Matthew Dillon
209040d8b0
Add __FBSDID()s to libusb
2001-09-30 22:30:55 +00:00
Ruslan Ermilov
265c01df49
mdoc(7) police: Fixed broken xrefs.
2001-08-22 14:16:31 +00:00
Ruslan Ermilov
4a558355e5
MAN[1-9] -> MAN.
2001-03-27 17:27:19 +00:00
Bruce Evans
1a7d8d0695
Fixed prototypes. About half of them were wrong (mainly due to const
...
poisoning having not reached here).
2001-02-06 01:02:59 +00:00
Bruce Evans
ea81d4327f
Added used include of <sys/cdefs.h>.
...
Declare all the interfaces documented in usb.3 (2 were missing).
2001-02-06 00:54:00 +00:00
Ruslan Ermilov
251c176f41
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
Ben Smithurst
cb17760de7
Remove fullstops from the end of .Xr lines in SEE ALSO section.
2000-11-15 14:40:14 +00:00
Nick Hibma
b425e31947
Sync with NetBSD:
...
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.
2000-10-16 18:13:59 +00:00
Nick Hibma
25d1d43d78
Sync with NetBSD:
...
Print unknown usages with 4 digits.
Mask in page extraction.
2000-08-26 13:53:27 +00:00
Nick Hibma
96102cae1a
Remove DIAGASSERT
2000-07-07 08:15:19 +00:00
Nick Hibma
9e2046dfec
The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.
2000-06-11 18:19:14 +00:00