Add ucc(4), a driver for USB HID Consumer Control keyboards. Such
authoranton <anton@openbsd.org>
Fri, 20 Aug 2021 05:23:18 +0000 (05:23 +0000)
committeranton <anton@openbsd.org>
Fri, 20 Aug 2021 05:23:18 +0000 (05:23 +0000)
commitbdbba0eb735819cf6b47a460eb033567e592c48d
treef748369a109ec18d5e29e310ee21a316879f71bb
parentaf4580cd55dcc5d8bd4e96e9a000f927fee09f21
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@
14 files changed:
sys/arch/alpha/conf/GENERIC
sys/arch/amd64/conf/GENERIC
sys/arch/arm64/conf/GENERIC
sys/arch/armv7/conf/GENERIC
sys/arch/hppa/conf/GENERIC
sys/arch/i386/conf/GENERIC
sys/arch/landisk/conf/GENERIC
sys/arch/loongson/conf/GENERIC
sys/arch/macppc/conf/GENERIC
sys/arch/octeon/conf/GENERIC
sys/arch/powerpc64/conf/GENERIC
sys/arch/sparc64/conf/GENERIC
sys/dev/usb/files.usb
sys/dev/usb/ucc.c [new file with mode: 0644]