diff options
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch b/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch index 28a2b4b47b..6729230221 100644 --- a/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch +++ b/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch @@ -44,7 +44,7 @@ + .active_low = 1, + .type = EV_KEY, + .code = KEY_RESTART, -+ .threshold = 3, ++ .debounce_interval = 60, + }, + { + .desc = "wifi", @@ -52,7 +52,7 @@ + .active_low = 1, + .type = EV_KEY, + .code = BTN_0, -+ .threshold = 3, ++ .debounce_interval = 60, + }, + { + .desc = "wps", @@ -60,7 +60,7 @@ + .active_low = 1, + .type = EV_KEY, + .code = KEY_WPS_BUTTON, -+ .threshold = 3, ++ .debounce_interval = 60, + }, + }, +}; |