Commit 79ec1172 authored by Corentin Chary's avatar Corentin Chary Committed by Matthew Garrett

asus-wmi: add some device ids

Signed-off-by: default avatarCorentin Chary <corentin.chary@gmail.com>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent af965e97
...@@ -95,6 +95,7 @@ MODULE_LICENSE("GPL"); ...@@ -95,6 +95,7 @@ MODULE_LICENSE("GPL");
/* Wireless */ /* Wireless */
#define ASUS_WMI_DEVID_HW_SWITCH 0x00010001 #define ASUS_WMI_DEVID_HW_SWITCH 0x00010001
#define ASUS_WMI_DEVID_WIRELESS_LED 0x00010002 #define ASUS_WMI_DEVID_WIRELESS_LED 0x00010002
#define ASUS_WMI_DEVID_CWAP 0x00010003
#define ASUS_WMI_DEVID_WLAN 0x00010011 #define ASUS_WMI_DEVID_WLAN 0x00010011
#define ASUS_WMI_DEVID_BLUETOOTH 0x00010013 #define ASUS_WMI_DEVID_BLUETOOTH 0x00010013
#define ASUS_WMI_DEVID_GPS 0x00010015 #define ASUS_WMI_DEVID_GPS 0x00010015
...@@ -104,6 +105,12 @@ MODULE_LICENSE("GPL"); ...@@ -104,6 +105,12 @@ MODULE_LICENSE("GPL");
/* Leds */ /* Leds */
/* 0x000200XX and 0x000400XX */ /* 0x000200XX and 0x000400XX */
#define ASUS_WMI_DEVID_LED1 0x00020011
#define ASUS_WMI_DEVID_LED2 0x00020012
#define ASUS_WMI_DEVID_LED3 0x00020013
#define ASUS_WMI_DEVID_LED4 0x00020014
#define ASUS_WMI_DEVID_LED5 0x00020015
#define ASUS_WMI_DEVID_LED6 0x00020016
/* Backlight and Brightness */ /* Backlight and Brightness */
#define ASUS_WMI_DEVID_BACKLIGHT 0x00050011 #define ASUS_WMI_DEVID_BACKLIGHT 0x00050011
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment