diff options
author | Luke D. Jones <luke@ljones.dev> | 2023-06-30 08:35:51 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2023-07-12 18:01:58 +0300 |
commit | abac4259fc0a2b691af6c3916e420f374f7fd900 (patch) | |
tree | 47973c0326d108ed07ba3b24ef188ce898660add /include/linux/platform_data | |
parent | 609b3670c29f41a1a9da5e689373fc24d244cd00 (diff) | |
download | linux-abac4259fc0a2b691af6c3916e420f374f7fd900.tar.xz |
platform/x86: asus-wmi: support setting mini-LED mode
Support changing the mini-LED mode on some of the newer ASUS laptops.
Signed-off-by: Luke D. Jones <luke@ljones.dev>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20230630053552.976579-8-luke@ljones.dev
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/x86/asus-wmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/x86/asus-wmi.h b/include/linux/platform_data/x86/asus-wmi.h index 2034648f8cdf..ea80361ac6c7 100644 --- a/include/linux/platform_data/x86/asus-wmi.h +++ b/include/linux/platform_data/x86/asus-wmi.h @@ -66,6 +66,7 @@ #define ASUS_WMI_DEVID_CAMERA 0x00060013 #define ASUS_WMI_DEVID_LID_FLIP 0x00060062 #define ASUS_WMI_DEVID_LID_FLIP_ROG 0x00060077 +#define ASUS_WMI_DEVID_MINI_LED_MODE 0x0005001E /* Storage */ #define ASUS_WMI_DEVID_CARDREADER 0x00080013 |