diff options
| author | Samuli Konttila <samuli.konttila@aavamobile.com> | 2010-07-30 12:02:43 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-07-31 05:37:17 -0400 |
| commit | 60347c194acec7ff1b4291ac8e62a5345244c2ee (patch) | |
| tree | 29f94dbc1dc2a950f6e1b6b03fab1ad2ed17eafa /include/linux/input | |
| parent | 53c1f764022337d7168b1344d6700b3d98e4acec (diff) | |
Input: cy8ctmg110 - capacitive touchscreen support
Add support for the cy8ctmg110 capacitive touchscreen used on some
embedded devices.
(Some clean up by Alan Cox)
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include/linux/input')
| -rw-r--r-- | include/linux/input/cy8ctmg110_pdata.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/input/cy8ctmg110_pdata.h b/include/linux/input/cy8ctmg110_pdata.h new file mode 100644 index 00000000000..09522cb5991 --- /dev/null +++ b/include/linux/input/cy8ctmg110_pdata.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef _LINUX_CY8CTMG110_PDATA_H | ||
| 2 | #define _LINUX_CY8CTMG110_PDATA_H | ||
| 3 | |||
| 4 | struct cy8ctmg110_pdata | ||
| 5 | { | ||
| 6 | int reset_pin; /* Reset pin is wired to this GPIO (optional) */ | ||
| 7 | int irq_pin; /* IRQ pin is wired to this GPIO */ | ||
| 8 | }; | ||
| 9 | |||
| 10 | #endif | ||
