summaryrefslogtreecommitdiff
path: root/fts.h
diff options
context:
space:
mode:
Diffstat (limited to 'fts.h')
-rw-r--r--fts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fts.h b/fts.h
index 410a304..3b3e0b2 100644
--- a/fts.h
+++ b/fts.h
@@ -424,6 +424,8 @@ struct fts_ts_info {
unsigned int mode; /* Device operating mode */
/* MSB - active or lpm */
unsigned long touch_id; /* Bitmask for touch id */
+ unsigned long palm_touch_mask; /* Bitmask for palm touch */
+ unsigned long grip_touch_mask; /* Bitmask for grip touch */
#ifdef STYLUS_MODE
unsigned long stylus_id; /* Bitmask for the stylus */
#endif