switch to gpio-keys-polled
SVN-Revision: 31491
This commit is contained in:
@@ -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,
|
||||
+ },
|
||||
+ },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user