input: keyreset: Allow reset function to be overriden
Change-Id: Ibb3dda05772b2e89d7b2646689944d309cb1f74e Signed-off-by: Colin Cross <ccross@android.com>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#define KEYRESET_NAME "keyreset"
|
||||
|
||||
struct keyreset_platform_data {
|
||||
int (*reset_fn)(void);
|
||||
int *keys_up;
|
||||
int keys_down[]; /* 0 terminated */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user