summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid/parse.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-05HID parser could overflow if a malicious device (potentially USB) providedjsg1-5/+8
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-05-12Keep libusbhid's HID parser in sync with the kernel one. This is mostlympi1-195/+299
2014-05-07use calloc. from Peter Malonetedu1-3/+2
2012-07-16revert previous, it was hardly tested and is causing too many issues too close to release.jasper1-277/+191
2012-07-11- port multiple report ID support for HID parser from FreeBSD codeyuo1-200/+309
2009-07-24From NetBSD rev 1.5jsg1-2/+1
2009-07-24Global Item #3 should be Physical Minimum not Maximum accordingjsg1-2/+2
2004-06-04knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millertderaadt1-16/+13
2002-05-10Update usb userland stuff to reflect hid changes in the kernel.nate1-48/+99
2001-12-30Rename libusb to libusbhid, a better name, per NetBSDpvalchev1-0/+390