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/i386 | |
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/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index b49353a92d0..d82693d7f36 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.856 2021/04/28 11:32:59 bluhm Exp $ +# $OpenBSD: GENERIC,v 1.857 2021/08/20 05:23:18 anton Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -284,6 +284,8 @@ uticom* at uhub? # TI serial ucom* at uticom? 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 |