CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/16 10:30:10
Modified files:
sys/arch/arm64/dev: apldc.c aplhidev.c
sys/dev/hid : hidkbd.c hidkbdsc.h
sys/dev/usb : ukbd.c
Log message:
move most of the key combination translation code out of ukbd(4)
to hidkbd so that it can be re-used by apldc(4) and aplhidev(4) as well
this also adds support for apple fn key combinations to aplhidev(4)
ok miod@
