Sync the in-tree system76_acpi module with changes made to the DKMS module [1]. This introduces/exposes new functionality implemented in the open source BIOS and EC firmware for System76 laptops. v4: - Reverted DEV_ATTR macro change to keep custom `name` - Added attribute groups for kb_led_color - Set kd_led.groups instead of manually creating/removing the sysfs file v3: - Made use of DEV_ATTR macro for kb_led_color - Used sysfs_emit() instead of sprintf() for kb_led_color v2: - Used input_set_capability() instead of setting bits directly in patch 2/3 - Used sysfs_emit() instead of sprintf() in patch 3/3 - Made use of device_{add,remove}_groups() in patch 3/3 [1]: https://github.com/pop-os/system76-acpi-dkms Jeremy Soller (2): platform/x86: system76_acpi: Report temperature and fan speed platform/x86: system76_acpi: Replace Fn+F2 function for OLED models Tim Crawford (2): platform/x86: system76_acpi: Add battery charging thresholds platform/x86: system76_acpi: Add attribute group for kb_led_color drivers/platform/x86/system76_acpi.c | 428 ++++++++++++++++++++++++++- 1 file changed, 412 insertions(+), 16 deletions(-) -- 2.31.1