CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/08/31 10:10:59
Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/dev/acpi : files.acpi Added files: sys/dev/acpi : qcgpio.c qciic.c Log message: Add qcgpio(4) and qciic(4), drivers for the Qualcomm GPIO and I2C controllers found on the SC8280XP SoC. Together these drivers make the keyboard, trackpoint and touchpad work on the x13s. ok deraadt@