Commit 28ca8c80 authored by Martin Michlmayr's avatar Martin Michlmayr Committed by Lennert Buytenhek

[ARM] Orion: use better key codes for the TS-209/TS-409 buttons

Use key codes for the buttons on the TS-209/TS-409 that make more
sense than the current values.
Signed-off-by: default avatarMartin Michlmayr <tbm@cyrius.com>
Acked-by: default avatarByron Bradley <byron.bbradley@gmail.com>
Signed-off-by: default avatarLennert Buytenhek <buytenh@marvell.com>
parent 4a4e30af
...@@ -207,12 +207,12 @@ static struct i2c_board_info __initdata qnap_ts209_i2c_rtc = { ...@@ -207,12 +207,12 @@ static struct i2c_board_info __initdata qnap_ts209_i2c_rtc = {
static struct gpio_keys_button qnap_ts209_buttons[] = { static struct gpio_keys_button qnap_ts209_buttons[] = {
{ {
.code = KEY_RESTART, .code = KEY_COPY,
.gpio = QNAP_TS209_GPIO_KEY_MEDIA, .gpio = QNAP_TS209_GPIO_KEY_MEDIA,
.desc = "USB Copy Button", .desc = "USB Copy Button",
.active_low = 1, .active_low = 1,
}, { }, {
.code = KEY_POWER, .code = KEY_RESTART,
.gpio = QNAP_TS209_GPIO_KEY_RESET, .gpio = QNAP_TS209_GPIO_KEY_RESET,
.desc = "Reset Button", .desc = "Reset Button",
.active_low = 1, .active_low = 1,
......
...@@ -212,7 +212,7 @@ static struct platform_device ts409_leds = { ...@@ -212,7 +212,7 @@ static struct platform_device ts409_leds = {
static struct gpio_keys_button qnap_ts409_buttons[] = { static struct gpio_keys_button qnap_ts409_buttons[] = {
{ {
.code = KEY_RESTART, .code = KEY_COPY,
.gpio = QNAP_TS409_GPIO_KEY_MEDIA, .gpio = QNAP_TS409_GPIO_KEY_MEDIA,
.desc = "USB Copy Button", .desc = "USB Copy Button",
.active_low = 1, .active_low = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment