zephyr/drivers/input
Joel Guittet 415cb65e3f drivers: input: cst816s: add alternative chip id
The CST816S chip ID have an alternative value. It seems that this
field represents in fact a version number of controller. Fix by adding
the new chip ID.

Signed-off-by: Joel Guittet <joelguittet@gmail.com>
2024-02-05 14:49:33 +01:00
..
CMakeLists.txt drivers: input: add an analog-axis driver 2024-01-10 15:05:35 +01:00
input_analog_axis_settings.c drivers: input: add an analog-axis driver 2024-01-10 15:05:35 +01:00
input_analog_axis.c drivers: input: add an analog-axis driver 2024-01-10 15:05:35 +01:00
input_cap1203.c
input_cst816s.c drivers: input: cst816s: add alternative chip id 2024-02-05 14:49:33 +01:00
input_esp32_touch_sensor.c driver: input: espressif touch_sensor 2023-12-11 18:31:38 +01:00
input_ft5336.c input: ft5336: add suspend and resume support 2023-12-15 11:32:56 +00:00
input_gpio_kbd_matrix.c input: gpio_kbd_matrix: use edge-to-active interrupt 2023-12-18 12:25:19 +01:00
input_gpio_keys.c input: gpio_keys: implement polling mode support 2024-01-10 18:21:49 +00:00
input_gpio_qdec.c input: gpio_qdec: add power management support 2024-02-02 12:43:12 +01:00
input_gt911.c posix: Fix name collision with __bswap 2024-01-10 18:13:44 +00:00
input_ite_it8xxx2_kbd.c
input_kbd_matrix.c input: kbd_matrix: fail gracefully if changing an undefined key mask 2024-01-04 18:40:10 +00:00
input_npcx_kbd.c input: npcx_kbd: setup the interrupt to falling edge only 2023-12-20 18:07:43 +00:00
input_sdl_touch_bottom.c
input_sdl_touch_bottom.h
input_sdl_touch.c
input_stmpe811.c
input_xpt2046.c
Kconfig drivers: input: add an analog-axis driver 2024-01-10 15:05:35 +01:00
Kconfig.analog_axis drivers: input: add an analog-axis driver 2024-01-10 15:05:35 +01:00
Kconfig.cap1203
Kconfig.cst816s
Kconfig.esp32 driver: input: espressif touch_sensor 2023-12-11 18:31:38 +01:00
Kconfig.evdev drivers: input: depend on multithreading on drivers using a thread 2024-01-09 11:27:44 +00:00
Kconfig.ft5336
Kconfig.gpio_kbd_matrix
Kconfig.gpio_keys
Kconfig.gpio_qdec
Kconfig.gt911
Kconfig.it8xxx2 drivers: input: depend on multithreading on drivers using a thread 2024-01-09 11:27:44 +00:00
Kconfig.kbd_matrix drivers: input: depend on multithreading on drivers using a thread 2024-01-09 11:27:44 +00:00
Kconfig.npcx drivers: input: depend on multithreading on drivers using a thread 2024-01-09 11:27:44 +00:00
Kconfig.sdl
Kconfig.stmpe811
Kconfig.xpt2046
linux_evdev_bottom.c input: add a linux-evdev device 2023-12-18 12:23:59 +01:00
linux_evdev_bottom.h input: add a linux-evdev device 2023-12-18 12:23:59 +01:00
linux_evdev.c input: use K_KERNEL_STACK_SIZEOF to set the thread stack size 2023-12-23 09:59:28 +00:00