mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
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:
committed by
Petro Karashchenko
parent
7de9b879a1
commit
7ea14aa8f8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user