summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid/parse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* HID parser could overflow if a malicious device (potentially USB) providedjsg2020-06-051-5/+8
* Return the correct report ID when hitting a "collection" item.mpi2015-02-041-4/+28
* Do not calculated the length of a report with an extra byte for thempi2015-01-181-3/+3
* Keep libusbhid's HID parser in sync with the kernel one. This is mostlympi2014-05-121-196/+300
* use calloc. from Peter Malonetedu2014-05-071-3/+2
* revert previous, it was hardly tested and is causing too many issues too close to release.jasper2012-07-161-277/+191
* - port multiple report ID support for HID parser from FreeBSD codeyuo2012-07-111-200/+309
* From NetBSD rev 1.5jsg2009-07-241-2/+1
* Global Item #3 should be Physical Minimum not Maximum accordingjsg2009-07-241-2/+2
* knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millertderaadt2004-06-041-16/+13
* Update usb userland stuff to reflect hid changes in the kernel.nate2002-05-101-48/+99
* Rename libusb to libusbhid, a better name, per NetBSDpvalchev2001-12-301-0/+390