mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-12 19:04:59 +00:00
Allow keyboard_scan_config to be customized per-board
By default it's not, but if you #define CONFIG_CUSTOM_KEYSCAN, you can add your own settings in board.c BUG=chrome-os-partner:18343 TEST=build link, bds BRANCH=none Change-Id: I2a9dd48fd7f4610bc39dcc59e59a3fedec539e28 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/48994 Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
committed by
ChromeBot
parent
c747652e49
commit
3def4e04fa
@@ -42,6 +42,10 @@ void keyboard_scan_init(void);
|
||||
* Return a pointer to the keyboard scan config.
|
||||
*/
|
||||
struct keyboard_scan_config *keyboard_scan_get_config(void);
|
||||
/*
|
||||
* Which is probably this.
|
||||
*/
|
||||
extern struct keyboard_scan_config keyscan_config;
|
||||
|
||||
/* Key held down at keyboard-controlled reset boot time. */
|
||||
enum boot_key {
|
||||
|
||||
Reference in New Issue
Block a user