zephyr/drivers/input
Fabio Baltieri d8476170bf input: it8xxx2_kbd: mask out KSOL and KSOH1 register access
KSOL and KSOH1 registers are used not only by the kbd driver, but
potentially by other GPIOs attached to the keyboard scanning pins. Mask
write access to those registers to ensure drivers don't step over each
other.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-05-08 12:03:15 +02:00
..
CMakeLists.txt input: add a paw32xx driver 2024-04-23 22:13:51 +00:00
Kconfig input: add a paw32xx driver 2024-04-23 22:13:51 +00:00
Kconfig.adc_keys
Kconfig.analog_axis
Kconfig.cap1203
Kconfig.cf1133 drivers: input: add cf1133 controller touchscreen 2024-03-26 09:24:43 +00:00
Kconfig.chsc6x drivers: input: CHSC6X Driver 2024-04-08 09:28:36 -04:00
Kconfig.cst816s
Kconfig.esp32
Kconfig.evdev
Kconfig.ft5336
Kconfig.gpio_kbd_matrix
Kconfig.gpio_keys
Kconfig.gpio_qdec
Kconfig.gt911
Kconfig.it8xxx2
Kconfig.kbd_matrix
Kconfig.npcx
Kconfig.pat912x
Kconfig.paw32xx input: add a paw32xx driver 2024-04-23 22:13:51 +00:00
Kconfig.pinnacle drivers: input: pinnacle: add driver for trackpad 2024-04-04 09:46:06 +01:00
Kconfig.pmw3610
Kconfig.sdl
Kconfig.stmpe811
Kconfig.xec
Kconfig.xpt2046
input_adc_keys.c
input_analog_axis.c input: analog_axis: use k_sem for locking 2024-05-01 22:56:07 +01:00
input_analog_axis_settings.c input: analog_axis: rework deadzone calibration code 2024-03-26 11:10:10 -04:00
input_cap1203.c
input_cf1133.c drivers: input: add cf1133 controller touchscreen 2024-03-26 09:24:43 +00:00
input_chsc6x.c drivers: input: CHSC6X Driver 2024-04-08 09:28:36 -04:00
input_cst816s.c
input_esp32_touch_sensor.c
input_ft5336.c
input_gpio_kbd_matrix.c
input_gpio_keys.c
input_gpio_qdec.c
input_gt911.c driver: input: gt911: Support case that no dedicated reset pin 2024-04-02 15:35:50 +01:00
input_ite_it8xxx2_kbd.c input: it8xxx2_kbd: mask out KSOL and KSOH1 register access 2024-05-08 12:03:15 +02:00
input_kbd_matrix.c
input_npcx_kbd.c
input_pat912x.c
input_paw32xx.c input: add a paw32xx driver 2024-04-23 22:13:51 +00:00
input_pinnacle.c drivers: input: pinnacle: add driver for trackpad 2024-04-04 09:46:06 +01:00
input_pmw3610.c
input_sdl_touch.c
input_sdl_touch_bottom.c
input_sdl_touch_bottom.h
input_stmpe811.c
input_xec_kbd.c
input_xpt2046.c
linux_evdev.c
linux_evdev_bottom.c
linux_evdev_bottom.h