aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86
diff options
context:
space:
mode:
authorCorentin Chary <corentin.chary@gmail.com>2011-07-01 05:34:35 -0400
committerMatthew Garrett <mjg@redhat.com>2011-08-05 14:45:58 -0400
commit79ec1172c29ed521f1652b0b44dceb84ba115541 (patch)
tree031a322c631d3483c9976df59b24a9e56ba45824 /drivers/platform/x86
parentaf965e973276b015d1b7d9ee78ed8d8df9d6bc98 (diff)
asus-wmi: add some device ids
Signed-off-by: Corentin Chary <corentin.chary@gmail.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86')
-rw-r--r--drivers/platform/x86/asus-wmi.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
index 4b0384e140f..e60385df4af 100644
--- a/drivers/platform/x86/asus-wmi.c
+++ b/drivers/platform/x86/asus-wmi.c
@@ -95,6 +95,7 @@ MODULE_LICENSE("GPL");
95/* Wireless */ 95/* Wireless */
96#define ASUS_WMI_DEVID_HW_SWITCH 0x00010001 96#define ASUS_WMI_DEVID_HW_SWITCH 0x00010001
97#define ASUS_WMI_DEVID_WIRELESS_LED 0x00010002 97#define ASUS_WMI_DEVID_WIRELESS_LED 0x00010002
98#define ASUS_WMI_DEVID_CWAP 0x00010003
98#define ASUS_WMI_DEVID_WLAN 0x00010011 99#define ASUS_WMI_DEVID_WLAN 0x00010011
99#define ASUS_WMI_DEVID_BLUETOOTH 0x00010013 100#define ASUS_WMI_DEVID_BLUETOOTH 0x00010013
100#define ASUS_WMI_DEVID_GPS 0x00010015 101#define ASUS_WMI_DEVID_GPS 0x00010015
@@ -104,6 +105,12 @@ MODULE_LICENSE("GPL");
104 105
105/* Leds */ 106/* Leds */
106/* 0x000200XX and 0x000400XX */ 107/* 0x000200XX and 0x000400XX */
108#define ASUS_WMI_DEVID_LED1 0x00020011
109#define ASUS_WMI_DEVID_LED2 0x00020012
110#define ASUS_WMI_DEVID_LED3 0x00020013
111#define ASUS_WMI_DEVID_LED4 0x00020014
112#define ASUS_WMI_DEVID_LED5 0x00020015
113#define ASUS_WMI_DEVID_LED6 0x00020016
107 114
108/* Backlight and Brightness */ 115/* Backlight and Brightness */
109#define ASUS_WMI_DEVID_BACKLIGHT 0x00050011 116#define ASUS_WMI_DEVID_BACKLIGHT 0x00050011