zephyr/drivers/input
Marcio Ribeiro 65547044e6 drivers: touch/rtc/wdt: esp32: fix conflict among device drivers
allows use of touch_sensor, rtc_counter, and wdt simultaneously by enabling
ESP_INTR_FLAG_SHARED when calling esp_intr_alloc()

Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
2024-11-25 14:42:32 +01:00
..
CMakeLists.txt
input_adc_keys.c
input_analog_axis_settings.c
input_analog_axis.c
input_cap1203.c
input_cf1133.c
input_chsc6x.c
input_cst816s.c
input_esp32_touch_sensor.c drivers: touch/rtc/wdt: esp32: fix conflict among device drivers 2024-11-25 14:42:32 +01:00
input_ft5336.c
input_gpio_kbd_matrix.c input: kbd_matrix: implement stable poll period support 2024-11-17 19:06:15 -05:00
input_gpio_keys.c
input_gpio_qdec.c
input_gt911.c
input_ili2132a.c
input_ite_it8xxx2_kbd.c input: it8xxx2_kbd: add a kso-ignore-mask property 2024-11-16 15:26:49 -05:00
input_kbd_matrix.c input: kbd_matrix: implement stable poll period support 2024-11-17 19:06:15 -05:00
input_npcx_kbd.c
input_pat912x.c
input_paw32xx.c
input_pinnacle.c
input_pmw3610.c
input_sbus.c
input_sdl_touch_bottom.c
input_sdl_touch_bottom.h
input_sdl_touch.c
input_stmpe811.c
input_touch.c
input_xec_kbd.c
input_xpt2046.c
Kconfig
Kconfig.adc_keys
Kconfig.analog_axis
Kconfig.cap1203
Kconfig.cf1133
Kconfig.chsc6x
Kconfig.cst816s
Kconfig.esp32
Kconfig.evdev
Kconfig.ft5336
Kconfig.gpio_kbd_matrix
Kconfig.gpio_keys
Kconfig.gpio_qdec
Kconfig.gt911
Kconfig.ili2132a
Kconfig.it8xxx2
Kconfig.kbd_matrix
Kconfig.npcx
Kconfig.pat912x
Kconfig.paw32xx
Kconfig.pinnacle
Kconfig.pmw3610
Kconfig.sbus
Kconfig.sdl
Kconfig.stmpe811
Kconfig.touch
Kconfig.xec
Kconfig.xpt2046
linux_evdev_bottom.c
linux_evdev_bottom.h
linux_evdev.c