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/landisk | |
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/landisk')
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index a2091413514..01a5ef1d209 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.57 2021/02/04 16:25:39 anton Exp $ +# $OpenBSD: GENERIC,v 1.58 2021/08/20 05:23:18 anton Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -137,6 +137,8 @@ uslhcom* at uhidev? # Silicon Labs CP2110 USB HID UART ucom* at uslhcom? 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 |