We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e9b2cc + 7e407a9 commit 5ce626aCopy full SHA for 5ce626a
xcpmd/src/acpi-events.c
@@ -557,8 +557,8 @@ int xcpmd_process_input(int input_value) {
557
break;
558
case XCPMD_INPUT_BRIGHTNESSUP:
559
case XCPMD_INPUT_BRIGHTNESSDOWN:
560
- /* Only HP laptops use input events for brightness */
561
- if (pm_quirks & PM_QUIRK_HP_HOTKEY_INPUT)
+ /* Some laptops use input events for brightness */
+ if (pm_quirks & (PM_QUIRK_HP_HOTKEY_INPUT | PM_QUIRK_SW_ASSIST_BCL))
562
handle_bcl_event(input_value == XCPMD_INPUT_BRIGHTNESSUP ? BCL_UP : BCL_DOWN);
563
564
default:
0 commit comments