Age | Commit message (Expand) | Author |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-05-30 | add hid_get_report_desc_data() to access the raw report descriptor | Joshua Stein |
2020-10-24 | some fixes from varik valefor; | Jason McIntyre |
2020-06-05 | HID parser could overflow if a malicious device (potentially USB) provided | Jonathan Gray |
2020-05-12 | usb.org was stupid enough to reshuffle their website, update some URIs; | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-02-18 | type typo | Theo de Raadt |
2018-07-09 | Fix hid_usage_in_page(hid_parse_usage_in_page()) for the Buttons page. | Martin Pieuchot |
2018-05-27 | sync with usbhid.h; from david bern | Jason McIntyre |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-01-09 | revert manual additions of hid.h now that usbhid.h brings it in | Joshua Stein |
2016-01-08 | pull in dev/hid/hid.h for moved HIO_* vars | Joshua Stein |
2015-02-04 | Return the correct report ID when hitting a "collection" item. | Martin Pieuchot |
2015-01-18 | Do not calculated the length of a report with an extra byte for the | Martin Pieuchot |
2014-10-08 | use reallocarray(); ok doug | Theo de Raadt |
2014-06-04 | Do not skip or add a byte for the report ID when manipulating data. | Martin Pieuchot |
2014-05-13 | various macro fixes; | Jason McIntyre |
2014-05-12 | Keep libusbhid's HID parser in sync with the kernel one. This is mostly | Martin Pieuchot |
2014-05-07 | use calloc. from Peter Malone | Ted Unangst |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-11-29 | fairly simple unsigned char casts for ctype | Theo de Raadt |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2012-08-12 | Use .Lk for HTTP hyperlinks, not .Pa. | Ingo Schwarze |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-07-16 | revert previous, it was hardly tested and is causing too many issues too clos... | Jasper Lievisse Adriaanse |
2012-07-12 | add support to get signed/unsigned HID data | Yojiro Uo |
2012-07-11 | - port multiple report ID support for HID parser from FreeBSD code | Yojiro Uo |
2012-02-19 | Fix return value documentation errors in usbhid(3). | Stefan Sperling |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2009-07-24 | From NetBSD rev 1.5 | Jonathan Gray |
2009-07-24 | Global Item #3 should be Physical Minimum not Maximum according | Jonathan Gray |
2007-09-03 | malloc(n * m) -> calloc(n, m); ok espie | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-20 | remove some bogus *p from charles longeau | Ted Unangst |
2006-10-27 | actually the format strings do come from the usb_hid_usages file; | Theo de Raadt |
2006-03-30 | Fix a bzero() misuse; ok otto@ deraadt@ | Patrick Latifi |
2006-03-21 | - plug memleak when handling reallocation failure in hid_start() | Jared Yanovich |
2006-03-18 | Plug a memleak | David Hill |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-10-12 | add hid_parse_usage_page and hid_parse_usage_in_page to .Nm list; | Jason McIntyre |
2005-02-10 | Fix a realloc() failure bug introduced in previous version. | Matthieu Herrb |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-06-04 | - escape minus sign | Jason McIntyre |
2004-06-04 | knf + new interface: hid_start() is non-exit non-stderr spewing version of hi... | Theo de Raadt |
2003-12-20 | Fix unbounded scanf()'s. From Jared Yanovich. Ok tedu@. | Matthieu Herrb |
2003-05-24 | - typos; | Jason McIntyre |
2003-05-06 | updated URL for USB specification from Leandro Costa | Jason McIntyre |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-09-06 | add shared lib. | Brad Smith |