summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid
AgeCommit message (Expand)AuthorFilesLines
2020-10-24some fixes from varik valefor;jmc1-7/+7
2020-06-05HID parser could overflow if a malicious device (potentially USB) providedjsg1-5/+8
2020-05-12usb.org was stupid enough to reshuffle their website, update some URIs;schwarze1-3/+3
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2019-02-18type typoderaadt1-3/+3
2018-07-09Fix hid_usage_in_page(hid_parse_usage_in_page()) for the Buttons page.mpi1-4/+16
2018-05-27sync with usbhid.h; from david bernjmc1-7/+7
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-18/+1
2016-01-09revert manual additions of hid.h now that usbhid.h brings it injcs1-3/+1
2016-01-08pull in dev/hid/hid.h for moved HIO_* varsjcs1-1/+3
2015-02-04Return the correct report ID when hitting a "collection" item.mpi1-4/+28
2015-01-18Do not calculated the length of a report with an extra byte for thempi1-3/+3
2014-10-08use reallocarray(); ok dougderaadt1-5/+5
2014-06-04Do not skip or add a byte for the report ID when manipulating data.mpi1-1/+5
2014-05-13various macro fixes;jmc1-9/+6
2014-05-12Keep libusbhid's HID parser in sync with the kernel one. This is mostlympi6-252/+386
2014-05-07use calloc. from Peter Malonetedu1-3/+2
2014-01-21obvious .Pa fixes; found with mandocdb(8)schwarze1-3/+3
2013-11-29fairly simple unsigned char casts for ctypederaadt1-4/+4
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther1-1/+1
2012-08-12Use .Lk for HTTP hyperlinks, not .Pa.schwarze1-3/+3
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan1-2/+1
2012-07-16revert previous, it was hardly tested and is causing too many issues too close to release.jasper7-370/+210
2012-07-12add support to get signed/unsigned HID datayuo1-7/+9
2012-07-11- port multiple report ID support for HID parser from FreeBSD codeyuo7-213/+394
2012-02-19Fix return value documentation errors in usbhid(3).stsp1-6/+8
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod1-2/+2
2009-07-24From NetBSD rev 1.5jsg1-2/+1
2009-07-24Global Item #3 should be Physical Minimum not Maximum accordingjsg1-2/+2
2007-09-03malloc(n * m) -> calloc(n, m); ok espiederaadt1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-03-20remove some bogus *p from charles longeautedu1-2/+2
2006-10-27actually the format strings do come from the usb_hid_usages file;deraadt1-2/+2
2006-03-30Fix a bzero() misuse; ok otto@ deraadt@pat1-2/+3
2006-03-21- plug memleak when handling reallocation failure in hid_start()jaredy1-9/+13
2006-03-18Plug a memleakdhill1-2/+2
2005-11-24use WANTLINT= (on all architectures)deraadt1-1/+2
2005-10-12add hid_parse_usage_page and hid_parse_usage_in_page to .Nm list;jmc1-1/+3
2005-02-10Fix a realloc() failure bug introduced in previous version.matthieu1-2/+2
2004-07-13errno changes, lib major version bumps, and general flag daymarc1-1/+1
2004-06-04- escape minus signjmc1-3/+3
2004-06-04knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millertderaadt8-102/+142
2003-12-20Fix unbounded scanf()'s. From Jared Yanovich. Ok tedu@.matthieu1-4/+4
2003-05-24- typos;jmc1-6/+6
2003-05-06updated URL for USB specification from Leandro Costajmc1-4/+4
2002-12-03Crank all library major numbers. Needed due to the fact that wemillert1-1/+1
2002-09-06add shared lib.brad2-3/+3
2002-06-19use more snprintfderaadt1-3/+3
2002-06-11strike newline from err(3) functions; ok nate@jsyn1-5/+5
2002-05-10Update usb userland stuff to reflect hid changes in the kernel.nate7-84/+140