summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-04-27 16:44:48 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-04-27 16:44:48 +0000
commite047cf1899f30cbccf632cb6ee37cad0cea495ae (patch)
treea766ec427e9c94b2a7182a55dc5992832122550d /target/linux/brcm63xx/patches-3.3/501-board-NB4.patch
parent1c2905751924f7354f8e895cd22326cdbdebd7df (diff)
downloadmtk-20170518-e047cf1899f30cbccf632cb6ee37cad0cea495ae.zip
mtk-20170518-e047cf1899f30cbccf632cb6ee37cad0cea495ae.tar.gz
mtk-20170518-e047cf1899f30cbccf632cb6ee37cad0cea495ae.tar.bz2
switch to gpio-keys-polled
SVN-Revision: 31491
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/501-board-NB4.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.3/501-board-NB4.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch b/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch
index d70d00b..e1e85ba 100644
--- a/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch
+++ b/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch
@@ -140,14 +140,14 @@
+ .gpio = 34,
+ .type = EV_KEY,
+ .code = KEY_RESTART,
-+ .threshold = 3,
++ .debounce_interval = 60,
+ },
+ {
+ .desc = "wps",
+ .gpio = 37,
+ .type = EV_KEY,
+ .code = KEY_WPS_BUTTON,
-+ .threshold = 3,
++ .debounce_interval = 60,
+ },
+ },
+ .devs = nb4_devices,
@@ -233,14 +233,14 @@
+ .gpio = 34,
+ .type = EV_KEY,
+ .code = KEY_RESTART,
-+ .threshold = 3,
++ .debounce_interval = 60,
+ },
+ {
+ .desc = "wps",
+ .gpio = 37,
+ .type = EV_KEY,
+ .code = KEY_WPS_BUTTON,
-+ .threshold = 3,
++ .debounce_interval = 60,
+ },
+ },
+ .devs = nb4_devices,
@@ -326,14 +326,14 @@
+ .gpio = 34,
+ .type = EV_KEY,
+ .code = KEY_RESTART,
-+ .threshold = 3,
++ .debounce_interval = 60,
+ },
+ {
+ .desc = "wps",
+ .gpio = 37,
+ .type = EV_KEY,
+ .code = KEY_WPS_BUTTON,
-+ .threshold = 3,
++ .debounce_interval = 60,
+ },
+ },
+ .devs = nb4_devices,
@@ -414,14 +414,14 @@
+ .gpio = 34,
+ .type = EV_KEY,
+ .code = KEY_RESTART,
-+ .threshold = 3,
++ .debounce_interval = 60,
+ },
+ {
+ .desc = "wps",
+ .gpio = 37,
+ .type = EV_KEY,
+ .code = KEY_WPS_BUTTON,
-+ .threshold = 3,
++ .debounce_interval = 60,
+ },
+ },
+ .devs = nb4_devices,
@@ -502,14 +502,14 @@
+ .gpio = 34,
+ .type = EV_KEY,
+ .code = KEY_RESTART,
-+ .threshold = 3,
++ .debounce_interval = 60,
+ },
+ {
+ .desc = "wps",
+ .gpio = 37,
+ .type = EV_KEY,
+ .code = KEY_WPS_BUTTON,
-+ .threshold = 3,
++ .debounce_interval = 60,
+ },
+ },
+ .devs = nb4_devices,