CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/08/19 23:23:19
Modified files:
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
Added files:
sys/dev/usb : ucc.c
Log message:
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@