diff options
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch b/target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch index 82d0385..b6bf40f 100644 --- a/target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch +++ b/target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch @@ -87,14 +87,14 @@ + .active_low = 1, + .type = EV_KEY, + .code = KEY_RESTART, -+ .threshold = 3, ++ .debounce_interval = 60, + }, + { + .desc = "wps", + .gpio = 34, + .type = EV_KEY, + .code = KEY_WPS_BUTTON, -+ .threshold = 3, ++ .debounce_interval = 60, + }, + }, }; |