summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-27 16:44:48 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-27 16:44:48 +0000
commit8812c9e533b66ccd23755361122c611dc2bf96c0 (patch)
tree7226f2eead38129011deb2c30993536ed700f5e0 /target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch
parent0d11882ac34f8500774a31fc097c8425d7142075 (diff)
[brcm63xx] switch to gpio-keys-polled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31491 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch b/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch
index dcd65bae8..eeaad0314 100644
--- a/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch
+++ b/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch
@@ -12,7 +12,7 @@
+ .active_low = 1,
+ .type = EV_KEY,
+ .code = KEY_RESTART,
-+ .threshold = 3,
++ .debounce_interval = 60,
+ },
+ },
};