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/amd64 | |
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/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index c0c16f7c986..89316c69694 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.498 2021/04/28 11:32:59 bluhm Exp $ +# $OpenBSD: GENERIC,v 1.499 2021/08/20 05:23:18 anton Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -286,6 +286,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 |