zephyr/subsys/input
Fabio Baltieri 23714980b0 input: utils: fix kbd_matrix_state_log types
Change row and col static types to unsigned, this should prevent really
bad things from happening if a negative number ends up there for
whatever reasons without having to explicitly check for < 0.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-01-22 11:20:50 +00:00
..
CMakeLists.txt input: add a keymap driver 2024-01-19 15:14:25 +00:00
input.c iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
input_keymap.c input: add a keymap driver 2024-01-19 15:14:25 +00:00
input_longpress.c input: longpress: move constant entries pointer to the config struct 2024-01-19 13:49:43 +01:00
input_utils.c input: utils: fix kbd_matrix_state_log types 2024-01-22 11:20:50 +00:00
Kconfig input: add a keymap driver 2024-01-19 15:14:25 +00:00