mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: dir-505: fix reset button gpio active_low value
Fix 'active_low' default value for the reset button on DIR-505. Signed-off-by: Rocco Folino <rocco@devzen.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44360 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9175d22cef
commit
63c8a7fd9a
@ -59,7 +59,7 @@ static struct gpio_keys_button dir_505_a1_gpio_keys[] __initdata = {
|
||||
.code = KEY_RESTART,
|
||||
.debounce_interval = DIR_505A1_KEYS_DEBOUNCE_INTERVAL,
|
||||
.gpio = DIR_505A1_GPIO_BTN_RESET,
|
||||
.active_low = 1,
|
||||
.active_low = 0,
|
||||
}, {
|
||||
.desc = "WPS button",
|
||||
.type = EV_KEY,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user