diff options
Diffstat (limited to 'arch/arm/plat-spear/include/plat/keyboard.h')
-rw-r--r-- | arch/arm/plat-spear/include/plat/keyboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-spear/include/plat/keyboard.h b/arch/arm/plat-spear/include/plat/keyboard.h index 0562f134621d..9248e3a7e333 100644 --- a/arch/arm/plat-spear/include/plat/keyboard.h +++ b/arch/arm/plat-spear/include/plat/keyboard.h | |||
@@ -149,6 +149,7 @@ int _name[] = { \ | |||
149 | * keymap: pointer to keymap data (table and size) | 149 | * keymap: pointer to keymap data (table and size) |
150 | * rep: enables key autorepeat | 150 | * rep: enables key autorepeat |
151 | * mode: choose keyboard support(9x9, 6x6, 2x2) | 151 | * mode: choose keyboard support(9x9, 6x6, 2x2) |
152 | * suspended_rate: rate at which keyboard would operate in suspended mode | ||
152 | * | 153 | * |
153 | * This structure is supposed to be used by platform code to supply | 154 | * This structure is supposed to be used by platform code to supply |
154 | * keymaps to drivers that implement keyboards. | 155 | * keymaps to drivers that implement keyboards. |
@@ -157,6 +158,7 @@ struct kbd_platform_data { | |||
157 | const struct matrix_keymap_data *keymap; | 158 | const struct matrix_keymap_data *keymap; |
158 | bool rep; | 159 | bool rep; |
159 | unsigned int mode; | 160 | unsigned int mode; |
161 | unsigned int suspended_rate; | ||
160 | }; | 162 | }; |
161 | 163 | ||
162 | #endif /* __PLAT_KEYBOARD_H */ | 164 | #endif /* __PLAT_KEYBOARD_H */ |