Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to
authoranton <anton@openbsd.org>
Thu, 4 Feb 2021 16:25:38 +0000 (16:25 +0000)
committeranton <anton@openbsd.org>
Thu, 4 Feb 2021 16:25:38 +0000 (16:25 +0000)
commit7acea25ddf6a2c2e0c9890ddb6c0a15e0dd82242
treefc901f13af236ec92e766264905b291e2e3c3a86
parente013a115c721688bca7b98b4ec3cdb63a4798344
Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to
exposing battery sensors for HID++ 2.0 devices. Most of the code is
derived from the hid-logitech-hidpp Linux driver.

Thanks to Ville Valkonen <weezeldinga at gmail dot com> for testing.

ok mglocker@
21 files changed:
share/man/man4/Makefile
share/man/man4/uhidev.4
share/man/man4/uhidpp.4 [new file with mode: 0644]
share/man/man4/usb.4
sys/arch/alpha/conf/GENERIC
sys/arch/amd64/conf/GENERIC
sys/arch/arm64/conf/GENERIC
sys/arch/armv7/conf/GENERIC
sys/arch/hppa/conf/GENERIC
sys/arch/i386/conf/GENERIC
sys/arch/landisk/conf/GENERIC
sys/arch/loongson/conf/GENERIC
sys/arch/macppc/conf/GENERIC
sys/arch/octeon/conf/GENERIC
sys/arch/powerpc64/conf/GENERIC
sys/arch/sgi/conf/GENERIC-IP27
sys/arch/sgi/conf/GENERIC-IP30
sys/arch/sgi/conf/GENERIC-IP32
sys/arch/sparc64/conf/GENERIC
sys/dev/usb/files.usb
sys/dev/usb/uhidpp.c [new file with mode: 0644]