We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88f4a1 commit 5128de8Copy full SHA for 5128de8
drivers/input/keyboard/cros_ec_keyb.c
@@ -35,7 +35,6 @@
35
* @rows: Number of rows in the keypad
36
* @cols: Number of columns in the keypad
37
* @row_shift: log2 or number of rows, rounded up
38
- * @keymap_data: Matrix keymap data used to convert to keyscan values
39
* @ghost_filter: true to enable the matrix key-ghosting filter
40
* @valid_keys: bitmap of existing keys for each matrix column
41
* @old_kb_state: bitmap of keys pressed last scan
@@ -50,7 +49,6 @@ struct cros_ec_keyb {
50
49
unsigned int rows;
51
unsigned int cols;
52
int row_shift;
53
- const struct matrix_keymap_data *keymap_data;
54
bool ghost_filter;
55
uint8_t *valid_keys;
56
uint8_t *old_kb_state;
0 commit comments