summaryrefslogtreecommitdiff
path: root/ft3658/focaltech_core.h
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2022-07-29 02:00:01 +0000
committerAndroid Partner Code Review <android-gerrit-partner@google.com>2022-07-29 02:00:01 +0000
commiteb1b838dcce6d18b9bb43c75311ab09693bdaeb2 (patch)
tree773fd121c1d1fffa9425a7ff0c524c65c2975063 /ft3658/focaltech_core.h
parent5057ab493500d98f9454e799071f52e95a46b124 (diff)
parent6496483dae3a6c847c00f852d0de11a20f6ea110 (diff)
downloadfocaltech_touch-eb1b838dcce6d18b9bb43c75311ab09693bdaeb2.tar.gz
Merge "touch/focaltech: support to report SS_WATER data." into android13-gs-pixel-5.10-tm-qpr1
Diffstat (limited to 'ft3658/focaltech_core.h')
-rw-r--r--ft3658/focaltech_core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ft3658/focaltech_core.h b/ft3658/focaltech_core.h
index 515d28a..a665e5c 100644
--- a/ft3658/focaltech_core.h
+++ b/ft3658/focaltech_core.h
@@ -224,6 +224,11 @@ struct fts_gesture_st {
int orientation[FTS_GESTURE_POINTS_MAX];
};
+enum SS_TYPE {
+ SS_NORMAL,
+ SS_WATER,
+};
+
struct fts_ts_data {
struct i2c_client *client;
struct spi_device *spi;