input/keyboard: Make each instance could have a different buffer size

just like what is done for touch screen driver

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-03-20 00:06:52 +08:00
committed by Petro Karashchenko
parent 7de9b879a1
commit 7ea14aa8f8
4 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ void keyboard_event(FAR struct keyboard_lowerhalf_s *lower, uint32_t keycode,
****************************************************************************/
int keyboard_register(FAR struct keyboard_lowerhalf_s *lower,
FAR const char *path);
FAR const char *path, uint8_t nums);
/****************************************************************************
* Name: keyboard_register