zephyr/drivers/input
Fabio Baltieri b76ac9a851 input: convert the kscan_sdl driver from kscan to input
Convert the SDL driver to use the input subsystem. This is specifically
meant to emulate touchscreen drivers, so it's setup to send triplet of
x, y, touch for touch-on events and just touch off on touch off events.

Renamed the driver to input-sdl-touch since now we can also develop an
sdl driver for simulating key events.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-04-11 09:34:23 +02:00
..
CMakeLists.txt input: convert the kscan_sdl driver from kscan to input 2023-04-11 09:34:23 +02:00
Kconfig input: convert the kscan_sdl driver from kscan to input 2023-04-11 09:34:23 +02:00
Kconfig.ft5336 input: convert the ft5336 driver from kscan to input 2023-04-04 08:43:06 +02:00
Kconfig.gpio_keys
Kconfig.sdl input: convert the kscan_sdl driver from kscan to input 2023-04-11 09:34:23 +02:00
input_ft5336.c input: convert the ft5336 driver from kscan to input 2023-04-04 08:43:06 +02:00
input_gpio_keys.c
input_sdl_touch.c input: convert the kscan_sdl driver from kscan to input 2023-04-11 09:34:23 +02:00