switch to gpio-keys-polled

SVN-Revision: 31491
This commit is contained in:
Florian Fainelli
2012-04-27 16:44:48 +00:00
parent 1c29057519
commit e047cf1899
16 changed files with 42 additions and 42 deletions

View File

@@ -87,14 +87,14 @@
+ .active_low = 1,
+ .type = EV_KEY,
+ .code = KEY_RESTART,
+ .threshold = 3,
+ .debounce_interval = 60,
+ },
+ {
+ .desc = "wps",
+ .gpio = 34,
+ .type = EV_KEY,
+ .code = KEY_WPS_BUTTON,
+ .threshold = 3,
+ .debounce_interval = 60,
+ },
+ },
};