ramips: use correct key code for the RFKILL switch on the TEW-691GR
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33943
This commit is contained in:
parent
c691d165c7
commit
db5eea6acd
@ -63,7 +63,7 @@ static struct gpio_keys_button tew_691gr_gpio_buttons[] __initdata = {
|
||||
{
|
||||
.desc = "RFKILL switch",
|
||||
.type = EV_SW,
|
||||
.code = KEY_WPS_BUTTON,
|
||||
.code = KEY_RFKILL,
|
||||
.debounce_interval = TEW_691GR_KEYS_DEBOUNCE_INTERVAL,
|
||||
.gpio = TEW_691GR_GPIO_SWITCH_RFKILL,
|
||||
.active_low = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user