summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/focaltech_touch/focaltech_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/focaltech_touch/focaltech_core.h')
-rw-r--r--drivers/input/touchscreen/focaltech_touch/focaltech_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/focaltech_touch/focaltech_core.h b/drivers/input/touchscreen/focaltech_touch/focaltech_core.h
index 55ab92cecc73..b8ef41f58420 100644
--- a/drivers/input/touchscreen/focaltech_touch/focaltech_core.h
+++ b/drivers/input/touchscreen/focaltech_touch/focaltech_core.h
@@ -104,6 +104,7 @@
*****************************************************************************/
struct fts_ts_platform_data {
+ u32 fts_chip_type;
u32 irq_gpio;
u32 irq_gpio_flags;
u32 reset_gpio;
@@ -120,6 +121,7 @@ struct fts_ts_platform_data {
u32 max_touch_number;
bool swap;
+ bool scaling_down_half;
};
struct ts_event {