walnux/include/nuttx/input
Lee Lup Yuen 6de5a862cd drivers/input: Add driver for Goodix GT9XX Touch Panel
This PR adds the driver for Goodix GT9XX I2C Touch Panel, which will be called by PINE64 PinePhone.

Our driver follows the design of the NuttX Driver for [Cypress MBR3108](https://github.com/apache/nuttx/blob/master/drivers/input/cypress_mbr3108.c).

We have documented our driver here: ["NuttX Touch Panel Driver for PinePhone"](https://lupyuen.github.io/articles/touch2#appendix-nuttx-touch-panel-driver-for-pinephone)

`drivers/input/Kconfig`: Added option `INPUT_GT9XX` to select GT9XX Driver

`drivers/input/Make.defs`: Added GT9XX Driver to Makefile

`drivers/input/gt9xx.c`, `gt9xx.h`: I2C Driver for GT9XX Touch Panel
2023-01-13 12:19:53 +08:00
..
ads7843e.h include: update licenses to Apache 2021-05-27 08:07:25 +09:00
ajoystick.h drivers/input: Rename AJOYSTICK configs to INPUT_AJOYSTICK 2021-04-08 14:41:22 -03:00
buttons.h driver/uinput: add uinput button support 2022-01-20 01:20:19 +08:00
cypress_mbr3108.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
djoystick.h input/djoystick: Remove the unused config field from djoy_lowerhalf_s 2022-03-01 01:08:13 +08:00
ft5x06.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
gt9xx.h drivers/input: Add driver for Goodix GT9XX Touch Panel 2023-01-13 12:19:53 +08:00
ioctl.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
kbd_codec.h libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc) 2022-12-05 14:27:55 +01:00
keyboard.h input/keyboard: Make each instance could have a different buffer size 2022-03-21 09:03:05 +02:00
max11802.h include: update licenses to Apache 2021-05-27 08:07:25 +09:00
mouse.h drivers/input: Rename MOUSE configs to INPUT_MOUSE 2021-04-08 14:41:22 -03:00
mxt.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
nunchuck.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
spq10kbd.h input: Q10 BlackBerry Keyboard from Solder Party 2020-09-21 07:40:42 -06:00
stmpe811.h include: nuttx: fix nxstyle errors 2021-02-04 03:33:58 -08:00
touchscreen.h driver/touchscreen: Add multithreaded read support 2022-03-17 19:44:17 +02:00
tsc2007.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
uinput.h input/uinput: Remove the argument from initialization function 2022-03-21 09:03:05 +02:00
x11_keysym.h libc: Add include/nuttx/input/x11_keysym.h 2022-01-11 15:01:13 +08:00
x11_keysymdef.h libc: Update include/nuttx/input/x11_keysymdef.h to the latest version 2022-01-11 15:01:13 +08:00
x11_xf86keysym.h input: Add x11_xf86keysym.h header file 2022-02-20 15:33:41 +01:00
xbox-controller.h include: nuttx: input: fix nxstyle errors 2021-01-25 08:26:44 -08:00