CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/06/23 12:42:52
Modified files: sys/dev/i2c : files.i2c sys/arch/arm64/conf: GENERIC Added files: sys/dev/i2c : iasuskbd.c Log message: Add iasuskbd(4), a driver to support the ASUS-specific keyboard features of the Vivobook S 15 with Qualcomm Snapdragon CPUs. At this point the driver implements support for the keyboard backlight. Support for the special keys on this keyboard will follow in the near future. ok jcs@