diff options
-rw-r--r-- | drivers/platform/x86/intel-hid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/intel-hid.c b/drivers/platform/x86/intel-hid.c index 6b89ec7bc732..b5adba227783 100644 --- a/drivers/platform/x86/intel-hid.c +++ b/drivers/platform/x86/intel-hid.c | |||
@@ -65,8 +65,8 @@ static const struct key_entry intel_array_keymap[] = { | |||
65 | { KE_IGNORE, 0xC5, { KEY_VOLUMEUP } }, /* Release */ | 65 | { KE_IGNORE, 0xC5, { KEY_VOLUMEUP } }, /* Release */ |
66 | { KE_KEY, 0xC6, { KEY_VOLUMEDOWN } }, /* Press */ | 66 | { KE_KEY, 0xC6, { KEY_VOLUMEDOWN } }, /* Press */ |
67 | { KE_IGNORE, 0xC7, { KEY_VOLUMEDOWN } }, /* Release */ | 67 | { KE_IGNORE, 0xC7, { KEY_VOLUMEDOWN } }, /* Release */ |
68 | { KE_SW, 0xC8, { .sw = { SW_ROTATE_LOCK, 1 } } }, /* Press */ | 68 | { KE_KEY, 0xC8, { KEY_ROTATE_LOCK_TOGGLE } }, /* Press */ |
69 | { KE_SW, 0xC9, { .sw = { SW_ROTATE_LOCK, 0 } } }, /* Release */ | 69 | { KE_IGNORE, 0xC9, { KEY_ROTATE_LOCK_TOGGLE } }, /* Release */ |
70 | { KE_KEY, 0xCE, { KEY_POWER } }, /* Press */ | 70 | { KE_KEY, 0xCE, { KEY_POWER } }, /* Press */ |
71 | { KE_IGNORE, 0xCF, { KEY_POWER } }, /* Release */ | 71 | { KE_IGNORE, 0xCF, { KEY_POWER } }, /* Release */ |
72 | { KE_END }, | 72 | { KE_END }, |