Home
last modified time | relevance | path

Searched refs:SCANCODE_BASE (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/platform/x86/
Dmsi-wmi.c45 #define SCANCODE_BASE 0xD0 macro
46 #define MSI_WMI_BRIGHTNESSUP SCANCODE_BASE
47 #define MSI_WMI_BRIGHTNESSDOWN (SCANCODE_BASE + 1)
48 #define MSI_WMI_VOLUMEUP (SCANCODE_BASE + 2)
49 #define MSI_WMI_VOLUMEDOWN (SCANCODE_BASE + 3)
50 #define MSI_WMI_MUTE (SCANCODE_BASE + 4)
172 SCANCODE_BASE]); in msi_wmi_notify()
181 last_pressed[key->code - SCANCODE_BASE] = cur; in msi_wmi_notify()