diff options
author | 2025-04-11 15:50:15 +0200 | |
---|---|---|
committer | 2025-04-11 15:50:15 +0200 | |
commit | dcc4aca53338d09f7b3272e00aab4a1ff8c69067 (patch) | |
tree | 4dbcbb7951e051633eb05d83cb135629ccb28500 /scripts/lib/kdoc/kdoc_output.py | |
parent | ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls (diff) | |
parent | ACPI: EC: Set ec_no_wakeup for Lenovo Go S (diff) | |
parent | ACPI: button: Only send `KEY_POWER` for `ACPI_BUTTON_NOTIFY_STATUS` (diff) | |
download | linux-rng-dcc4aca53338d09f7b3272e00aab4a1ff8c69067.tar.xz linux-rng-dcc4aca53338d09f7b3272e00aab4a1ff8c69067.zip |
Merge branches 'acpi-ec' and 'acpi-button'
Merge updates of the ACPI EC and button drivers for 6.15-rc2:
- Add suspend-to-idle EC wakeup quirks for Lenovo Go S (Mario
Limonciello).
- Prevent ACPI button from sending spurions KEY_POWER events to user
space in some cases after a recent update (Mario Limonciello).
* acpi-ec:
ACPI: EC: Set ec_no_wakeup for Lenovo Go S
* acpi-button:
ACPI: button: Only send `KEY_POWER` for `ACPI_BUTTON_NOTIFY_STATUS`