zephyr/subsys/input
Fabio Baltieri a06b7a4676 input: keymap: use the non `_OR_NULL` DEVICE_DT_GET variant
This driver really needs a device associated with it for the
syncronization bit to make sense, and since the argument is DT_PARENT it
will get it all the time, so no changes in practice, but this should
have been using the normal macro anyway.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-01-25 16:02:16 +00:00
..
CMakeLists.txt input: add two input to hid code translation functions 2024-01-24 10:44:40 +01:00
Kconfig 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_hid.c input: add two input to hid code translation functions 2024-01-24 10:44:40 +01:00
input_keymap.c input: keymap: use the non `_OR_NULL` DEVICE_DT_GET variant 2024-01-25 16:02:16 +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