History log of /openbsd/lib/libusbhid/descr.c (Results 1 – 8 of 8)
Revision Date Author Comments
# be68eabd 30-May-2021 jcs <jcs@openbsd.org>

add hid_get_report_desc_data() to access the raw report descriptor
data without needing to export the report_desc struct definition.

suggested by and ok anton@


# df69c215 28-Jun-2019 deraadt <deraadt@openbsd.org>

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.

show more ...


# 674f1e1f 16-Jul-2012 jasper <jasper@openbsd.org>

revert previous, it was hardly tested and is causing too many issues too close to release.

as discussed with and ok mpi@ deraadt@


# 9b8cf20d 11-Jul-2012 yuo <yuo@openbsd.org>

- port multiple report ID support for HID parser from FreeBSD code
(rev. 205728, 224511 and 225839)

- add hid_get_report_id(3) to get id of a descriptor.

- crank the major in shlib_version 3.0 ->

- port multiple report ID support for HID parser from FreeBSD code
(rev. 205728, 224511 and 225839)

- add hid_get_report_id(3) to get id of a descriptor.

- crank the major in shlib_version 3.0 -> 4.0

ok deraadt@, mpi@

show more ...


# 78e5c336 04-Jun-2004 deraadt <deraadt@openbsd.org>

knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millert


# 7517eab2 10-May-2002 nate <nate@openbsd.org>

Update usb userland stuff to reflect hid changes in the kernel.
This adds the new program usbhidaction which can be used to assign actions
to events that occur on a uhid device. For example, you can

Update usb userland stuff to reflect hid changes in the kernel.
This adds the new program usbhidaction which can be used to assign actions
to events that occur on a uhid device. For example, you can now make the
volume buttons on some newer keyboards actually do something.

show more ...


# 9f9e15b2 02-May-2002 nate <nate@openbsd.org>

userland portion of prefixing usb structure members to avoid name clashes.
From NetBSD


# be8f1931 30-Dec-2001 pvalchev <pvalchev@openbsd.org>

Rename libusb to libusbhid, a better name, per NetBSD