Searched refs:SCANCODE_BASE (Results 1 – 1 of 1) sorted by relevance
45 #define SCANCODE_BASE 0xD0 macro46 #define MSI_WMI_BRIGHTNESSUP SCANCODE_BASE47 #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()