diff options
Diffstat (limited to 'drivers/input/misc/soc_button_array.c')
-rw-r--r-- | drivers/input/misc/soc_button_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/soc_button_array.c b/drivers/input/misc/soc_button_array.c index 79cc0f79896f..e8e010a85484 100644 --- a/drivers/input/misc/soc_button_array.c +++ b/drivers/input/misc/soc_button_array.c | |||
@@ -195,7 +195,7 @@ static int soc_button_probe(struct platform_device *pdev) | |||
195 | 195 | ||
196 | static struct soc_button_info soc_button_PNP0C40[] = { | 196 | static struct soc_button_info soc_button_PNP0C40[] = { |
197 | { "power", 0, EV_KEY, KEY_POWER, false, true }, | 197 | { "power", 0, EV_KEY, KEY_POWER, false, true }, |
198 | { "home", 1, EV_KEY, KEY_HOME, false, true }, | 198 | { "home", 1, EV_KEY, KEY_LEFTMETA, false, true }, |
199 | { "volume_up", 2, EV_KEY, KEY_VOLUMEUP, true, false }, | 199 | { "volume_up", 2, EV_KEY, KEY_VOLUMEUP, true, false }, |
200 | { "volume_down", 3, EV_KEY, KEY_VOLUMEDOWN, true, false }, | 200 | { "volume_down", 3, EV_KEY, KEY_VOLUMEDOWN, true, false }, |
201 | { "rotation_lock", 4, EV_SW, SW_ROTATE_LOCK, false, false }, | 201 | { "rotation_lock", 4, EV_SW, SW_ROTATE_LOCK, false, false }, |