diff options
author | Böszörményi Zoltán <zboszormenyi@sicom.com> | 2015-12-16 11:11:50 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-12-16 11:31:33 -0800 |
commit | 6b0f8f9c52efe24d6dac06ab963b7bd91c723751 (patch) | |
tree | e5881028b6681f697de6ea3ee6e6b46560e6c732 /include/uapi | |
parent | f889beaaab1ce2ff9d018302359abb345f49be29 (diff) | |
download | talos-obmc-linux-6b0f8f9c52efe24d6dac06ab963b7bd91c723751.tar.gz talos-obmc-linux-6b0f8f9c52efe24d6dac06ab963b7bd91c723751.zip |
Input: add eGalaxTouch serial touchscreen driver
There are two EETI touchscreen drivers in the kernel (eeti_ts and
egalax_ts) but both are for I2C-connected panels. This is for a different,
serial and not multi-touch touchscreen panel. The protocol documentation is
at http://www.eeti.com.tw/pdf/Software%20Programming%20Guide_v2.0.pdf
Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/serio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/serio.h b/include/uapi/linux/serio.h index becdd78295cc..c2ea1698257f 100644 --- a/include/uapi/linux/serio.h +++ b/include/uapi/linux/serio.h @@ -77,5 +77,6 @@ #define SERIO_PS2MULT 0x3c #define SERIO_TSC40 0x3d #define SERIO_WACOM_IV 0x3e +#define SERIO_EGALAX 0x3f #endif /* _UAPI_SERIO_H */ |