Skip to content

Commit 9e7a005

Browse files
Spacefishjwrdegoede
authored andcommitted
platform/x86: acer-wmi: add automatic keyboard background light toggle key as KEY_LIGHTS_TOGGLE
Got a dmesg message on my AMD Renoir based Acer laptop: "acer_wmi: Unknown key number - 0x84" when toggling keyboard background light Signed-off-by: Timo Witte <timo.witte@gmail.com> Reviewed-by: "Lee, Chun-Yi" <jlee@suse.com> Link: https://lore.kernel.org/r/20200804001423.36778-1-timo.witte@gmail.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1 parent 80a8c31 commit 9e7a005

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/platform/x86/acer-wmi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ static const struct key_entry acer_wmi_keymap[] __initconst = {
111111
{KE_KEY, 0x64, {KEY_SWITCHVIDEOMODE} }, /* Display Switch */
112112
{KE_IGNORE, 0x81, {KEY_SLEEP} },
113113
{KE_KEY, 0x82, {KEY_TOUCHPAD_TOGGLE} }, /* Touch Pad Toggle */
114+
{KE_IGNORE, 0x84, {KEY_KBDILLUMTOGGLE} }, /* Automatic Keyboard background light toggle */
114115
{KE_KEY, KEY_TOUCHPAD_ON, {KEY_TOUCHPAD_ON} },
115116
{KE_KEY, KEY_TOUCHPAD_OFF, {KEY_TOUCHPAD_OFF} },
116117
{KE_IGNORE, 0x83, {KEY_TOUCHPAD_TOGGLE} },

0 commit comments

Comments
 (0)