diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-06-06 20:58:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-06-06 20:58:45 +0000 |
commit | 6e5242952c41b9994a214a4acd2fc76c3ae51f70 (patch) | |
tree | 5e96f63a05a996d96ed18d334c477d585b61cc11 | |
parent | 624505df567ada22374f8414df17f867cf8cd77f (diff) | |
download | master-31e0f0ae-6e5242952c41b9994a214a4acd2fc76c3ae51f70.tar.gz master-31e0f0ae-6e5242952c41b9994a214a4acd2fc76c3ae51f70.tar.bz2 master-31e0f0ae-6e5242952c41b9994a214a4acd2fc76c3ae51f70.zip |
fix 553-board_96348w3.patch patch wrt gpio-keys-polled
SVN-Revision: 32096
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/553-board_96348w3.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/553-board_96348w3.patch b/target/linux/brcm63xx/patches-3.3/553-board_96348w3.patch index 029f02ab66..4f20a6426f 100644 --- a/target/linux/brcm63xx/patches-3.3/553-board_96348w3.patch +++ b/target/linux/brcm63xx/patches-3.3/553-board_96348w3.patch @@ -50,7 +50,7 @@ + .active_low = 1, + .type = EV_KEY, + .code = KEY_RESTART, -+ .threshold = 3, ++ .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL, + }, + }, +}; |