Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .Lk for HTTP hyperlinks, not .Pa. | 2012-08-12 | 1 | -3/+3 | |
| | | | | | | | | Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use. While here, update a few broken links, and add missing markup at a few places. | ||||
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | 2012-08-02 | 1 | -2/+1 | |
| | | | | ok guenther@ | ||||
* | revert previous, it was hardly tested and is causing too many issues too close to release. | 2012-07-16 | 7 | -370/+210 | |
| | | | | as discussed with and ok mpi@ deraadt@ | ||||
* | add support to get signed/unsigned HID data | 2012-07-12 | 1 | -7/+9 | |
| | |||||
* | - port multiple report ID support for HID parser from FreeBSD code | 2012-07-11 | 7 | -213/+394 | |
| | | | | | | | | | | (rev. 205728, 224511 and 225839) - add hid_get_report_id(3) to get id of a descriptor. - crank the major in shlib_version 3.0 -> 4.0 ok deraadt@, mpi@ | ||||
* | Fix return value documentation errors in usbhid(3). | 2012-02-19 | 1 | -6/+8 | |
| | | | | | | | hid_dispose_report_desc() returns void, it can't return NULL on failure. hid_get_report_desc() and hid_use_report_desc() return NULL on failure but this was not documented. ok jmc | ||||
* | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | 2011-04-06 | 1 | -2/+2 | |
| | | | | for chars. | ||||
* | From NetBSD rev 1.5 | 2009-07-24 | 1 | -2/+1 | |
| | | | | The report size is not a local item, so don't clear it when clearing local items. | ||||
* | Global Item #3 should be Physical Minimum not Maximum according | 2009-07-24 | 1 | -2/+2 | |
| | | | | | | to the HID spec. From FreeBSD hid.c rev 1.31 | ||||
* | malloc(n * m) -> calloc(n, m); ok espie | 2007-09-03 | 1 | -2/+2 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | remove some bogus *p from charles longeau | 2007-03-20 | 1 | -2/+2 | |
| | | | | ok deraadt millert | ||||
* | actually the format strings do come from the usb_hid_usages file; | 2006-10-27 | 1 | -2/+2 | |
| | | | | from janus@errornet.de | ||||
* | Fix a bzero() misuse; ok otto@ deraadt@ | 2006-03-30 | 1 | -2/+3 | |
| | |||||
* | - plug memleak when handling reallocation failure in hid_start() | 2006-03-21 | 1 | -9/+13 | |
| | | | | | | | - avoid NULL dereference while reclaiming memory during error handling in hid_start() ok ray dhill | ||||
* | Plug a memleak | 2006-03-18 | 1 | -2/+2 | |
| | | | | ok ray@ "Wow, no kidding." deraaadt@ | ||||
* | use WANTLINT= (on all architectures) | 2005-11-24 | 1 | -1/+2 | |
| | |||||
* | add hid_parse_usage_page and hid_parse_usage_in_page to .Nm list; | 2005-10-12 | 1 | -1/+3 | |
| | |||||
* | Fix a realloc() failure bug introduced in previous version. | 2005-02-10 | 1 | -2/+2 | |
| | | | | Found by Andey Matveev. | ||||
* | errno changes, lib major version bumps, and general flag day | 2004-07-13 | 1 | -1/+1 | |
| | | | | | | | To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | ||||
* | - escape minus sign | 2004-06-04 | 1 | -3/+3 | |
| | | | | - occured -> occurred | ||||
* | knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millert | 2004-06-04 | 8 | -102/+142 | |
| | |||||
* | Fix unbounded scanf()'s. From Jared Yanovich. Ok tedu@. | 2003-12-20 | 1 | -4/+4 | |
| | |||||
* | - typos; | 2003-05-24 | 1 | -6/+6 | |
| | | | | | - new sentence, new line; - whitespace at EOL | ||||
* | updated URL for USB specification from Leandro Costa | 2003-05-06 | 1 | -4/+4 | |
| | | | | | new sentence, new line .Pa for URL is clearer | ||||
* | Crank all library major numbers. Needed due to the fact that we | 2002-12-03 | 1 | -1/+1 | |
| | | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | ||||
* | add shared lib. | 2002-09-06 | 2 | -3/+3 | |
| | | | | | -- Ok'd by: deraadt@ | ||||
* | use more snprintf | 2002-06-19 | 1 | -3/+3 | |
| | |||||
* | strike newline from err(3) functions; ok nate@ | 2002-06-11 | 1 | -5/+5 | |
| | |||||
* | Update usb userland stuff to reflect hid changes in the kernel. | 2002-05-10 | 7 | -84/+140 | |
| | | | | | | This adds the new program usbhidaction which can be used to assign actions to events that occur on a uhid device. For example, you can now make the volume buttons on some newer keyboards actually do something. | ||||
* | userland portion of prefixing usb structure members to avoid name clashes. | 2002-05-02 | 1 | -3/+3 | |
| | | | | From NetBSD | ||||
* | o) start new sentence on a new line; | 2002-05-01 | 1 | -13/+15 | |
| | | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | ||||
* | Initial cleanup: | 2002-04-30 | 1 | -2/+1 | |
| | | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | ||||
* | Rename libusb to libusbhid, a better name, per NetBSD | 2001-12-30 | 8 | -0/+1167 | |