mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:25:21 +02:00
ramips: use correct key code for the RFKILL switch on the TEW-691GR
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33943 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2c49bb2a3b
commit
6be2a2971e
@ -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