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 | 3613a9f2f88797c6053e0dfcc252b33aeac52a3a (patch) | |
tree | 4529962c584efc313edaf18cbbd1dbc09ab97686 /target/linux/brcm63xx/patches-3.3/553-board_96348w3.patch | |
parent | 95a748c5b84621745bb390c2c5fbfcbf45e31a1e (diff) | |
download | master-187ad058-3613a9f2f88797c6053e0dfcc252b33aeac52a3a.tar.gz master-187ad058-3613a9f2f88797c6053e0dfcc252b33aeac52a3a.tar.bz2 master-187ad058-3613a9f2f88797c6053e0dfcc252b33aeac52a3a.zip |
[brcm63xx] fix 553-board_96348w3.patch patch wrt gpio-keys-polled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32096 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/553-board_96348w3.patch')
-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, + }, + }, +}; |