CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/02/04 09:25:39
Modified files:
share/man/man4 : Makefile uhidev.4 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 GENERIC-IP30 GENERIC-IP32
sys/arch/sparc64/conf: GENERIC
sys/dev/usb : files.usb
Added files:
share/man/man4 : uhidpp.4
sys/dev/usb : uhidpp.c
Log message:
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@