aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2011-01-12 15:03:40 +0800
committerZhang Jiejing <jiejing.zhang@freescale.com>2011-02-16 12:49:00 +0800
commit9100ee083527cfd71023c8cc988182b815235bcc (patch)
tree9eae7b1d56f5bbf29628357cebf2c6b7bc99fada /include
parent6592ed3f9b416a7e17255b4a7a73b0cf5297dd8a (diff)
ENGR00137879-1 input: add HannStar p1003 touch screen driver
This is HannStar p1003 touch screen driver with Ilitek firmware multitouch(two point at max) touch screen driver. Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com> Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 0e6e744f828c..bed78cd41377 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -620,6 +620,10 @@ struct mpc8xx_pcmcia_ops {
int(*voltage_set)(int slot, int vcc, int vpp);
};
+struct p1003_ts_platform_data {
+ int (*hw_status) (void);
+};
+
/* Returns non-zero if the current suspend operation would
* lead to a deep sleep (i.e. power removed from the core,
* instead of just the clock).