We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68f8a1 commit be892e9Copy full SHA for be892e9
drivers/platform/x86/thinkpad_acpi.c
@@ -5728,11 +5728,11 @@ static const char * const tpacpi_led_names[TPACPI_LED_NUMLEDS] = {
5728
"tpacpi::standby",
5729
"tpacpi::dock_status1",
5730
"tpacpi::dock_status2",
5731
- "tpacpi::unknown_led2",
+ "tpacpi::lid_logo_dot",
5732
"tpacpi::unknown_led3",
5733
"tpacpi::thinkvantage",
5734
};
5735
-#define TPACPI_SAFE_LEDS 0x1081U
+#define TPACPI_SAFE_LEDS 0x1481U
5736
5737
static inline bool tpacpi_is_led_restricted(const unsigned int led)
5738
{
0 commit comments