diff options
author | anton <anton@cvs.openbsd.org> | 2021-08-20 05:23:20 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2021-08-20 05:23:20 +0000 |
commit | 2993191cef861613a9c380bc9eb321e9ca8ff628 (patch) | |
tree | 39902c8e09c8d0ad8fc97d48be2289792e87edbe /sys/arch/sparc64 | |
parent | 104af7cc3a7e743dc7967ebca4d195ac66be9ad9 (diff) |
Add ucc(4), a driver for USB HID Consumer Control keyboards. Such
keyboard is a pseudo device which is used to expose audio and
application launch keys. My prime motivation is to get the volume mute,
increment and decrement keys to just work on my keyboard without the
need to use usbhidaction(1).
Looks reasonable to kettenis@ mpi@ and ok jcs@
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 71e92dc9016..d3ec9a066ed 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.318 2021/07/10 07:04:59 mpi Exp $ +# $OpenBSD: GENERIC,v 1.319 2021/08/20 05:23:19 anton Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -224,6 +224,8 @@ umsm* at uhub? # Qualcomm MSM EVDO ucom* at umsm? uhid* at uhidev? # USB generic HID support fido* at uhidev? # FIDO/U2F security key support +ucc* at uhidev? # Consumer Control keyboards +wskbd* at ucc? mux 1 ujoy* at uhidev? # USB joystick/gamecontroller support uhidpp* at uhidev? # Logitech HID++ Devices upd* at uhidev? # USB Power Devices sensors |