Commit Graph

15 Commits

Author SHA1 Message Date
charnier
af817c1787 Correct reference to a non existant man page. 2004-01-04 16:34:16 +00:00
mdodd
b13eb83142 Remove uninitialized local variable in favor of global.
PR:		 bin/52685
Submitted by:	 Alexander Nedotsukov <bland@mail.ru>
Approved by:	 re (scottl)
2003-05-26 04:58:26 +00:00
mdodd
a35b0efc7f 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
des
c91c856b3e Usage style sweep: spell "usage" with a small 'u'.
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00
charnier
a426ff29b9 Use `The .Nm utility' 2002-04-20 12:18:28 +00:00
ru
0240ba7625 Style nits. 2002-04-15 09:33:34 +00:00
ru
f882a7286c Don't unnecessarily include .mk files. 2002-04-15 09:33:00 +00:00
joe
e84e090937 Install libusbhid, and use it instead of libusb.
MFC after:	6 days
2002-03-28 18:44:25 +00:00
joe
795bca69e7 Use libusbhid.h instead of libusb.h. 2002-03-28 18:14:20 +00:00
markm
1f16dadebe WARNS=2 fixes. 2001-12-11 23:25:13 +00:00
n_hibma
9ca7dd410b Remove a bogus %s from a printf.
Submitted by:	kris
2001-04-17 15:00:03 +00:00
n_hibma
1442fc6880 Fix the build break.
The solution isn't perfect, instead of printing the first report, it
will the report no report id, but the proper solution is more complex
than this. We would need to iterate over the report descriptor and
figure out all the report id's before starting to print.
2000-10-17 17:13:38 +00:00
kris
1d9cb81f2a Don't overflow in command-line args
Submitted by:	Mike Heffner <mheffner@vt.edu>
2000-10-09 05:44:39 +00:00
sheldonh
e723f49b88 Rename the `name'' argument to `item'' and mark it up as an argument.
Make use of the marked up argument to clarify the text in the DESCRIPTION
section.
Insert a missing word: ``the''.
Make the phrase in the BUGS section a full sentence.
Sort the cross-references in the SEE ALSO section correctly.
2000-07-20 11:39:14 +00:00
n_hibma
793569d9dd Add the usbhidctl utility, from NetBSD, by Lennart Augusst 2000-07-05 17:43:33 +00:00