platform/x86: thinkpad_acpi: Add lid_logo_dot to the list of safe LEDs
authorHans de Goede <hdegoede@redhat.com>
Tue, 23 Nov 2021 21:05:24 +0000 (22:05 +0100)
committerHans de Goede <hdegoede@redhat.com>
Thu, 25 Nov 2021 15:31:13 +0000 (16:31 +0100)
commitbe892e95361fb72365a4f81475a34c5d43e36708
tree8b354bdc37df75e4dae9e1e10a399a1fd2db0818
parentb68f8a13e3b4bd2f956250cd428fee344f4d60a3
platform/x86: thinkpad_acpi: Add lid_logo_dot to the list of safe LEDs

There have been various bugs / forum threads about allowing control of
the LED in the ThinkPad logo on the lid of various models.

This seems to be something which users want to control and there really
is no reason to require setting CONFIG_THINKPAD_ACPI_UNSAFE_LEDS for this.

The lid-logo-dot is LED number 10, so change the name of the 10th led
from unknown_led2 to lid_logo_dot and add it to the TPACPI_SAFE_LEDS mask.

Link: https://www.reddit.com/r/thinkpad/comments/7n8eyu/thinkpad_led_control_under_gnulinux/
BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1943318
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20211123210524.266705-2-hdegoede@redhat.com
drivers/platform/x86/thinkpad_acpi.c