index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libusbhid
/
parse.c
Age
Commit message (
Expand
)
Author
2020-06-05
HID parser could overflow if a malicious device (potentially USB) provided
Jonathan Gray
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-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
2012-07-16
revert previous, it was hardly tested and is causing too many issues too clos...
Jasper Lievisse Adriaanse
2012-07-11
- port multiple report ID support for HID parser from FreeBSD code
Yojiro Uo
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
2004-06-04
knf + new interface: hid_start() is non-exit non-stderr spewing version of hi...
Theo de Raadt
2002-05-10
Update usb userland stuff to reflect hid changes in the kernel.
Nathan Binkert
2001-12-30
Rename libusb to libusbhid, a better name, per NetBSD
Peter Valchev