diff options
author | anton <anton@cvs.openbsd.org> | 2021-02-04 16:25:40 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2021-02-04 16:25:40 +0000 |
commit | 1a6661bb845a46dab775091dbf5f54929cb8d3f6 (patch) | |
tree | 10e086ba62905e492d1c19d57483556a68f8058d /sys/arch/loongson | |
parent | 1c09afcab2bcab8ec16fadd858351f7a4b7f6e05 (diff) |
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@
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC index 4e8d826142b..d213bd976f9 100644 --- a/sys/arch/loongson/conf/GENERIC +++ b/sys/arch/loongson/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.63 2021/01/23 05:08:35 thfr Exp $ +# $OpenBSD: GENERIC,v 1.64 2021/02/04 16:25:39 anton Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -165,6 +165,7 @@ ucom* at uslhcom? uhid* at uhidev? # USB generic HID support fido* at uhidev? # FIDO/U2F security key support ujoy* at uhidev? # USB joystick/gamecontroller support +uhidpp* at uhidev? # Logitech HID++ Devices upd* at uhidev? # USB Power Devices sensors atu* at uhub? # Atmel AT76c50x based 802.11b aue* at uhub? # ADMtek AN986 Pegasus Ethernet |