summaryrefslogtreecommitdiff
path: root/goodix_ts_core.h
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2022-03-25 11:21:45 +0000
committerWendly Li <wendlyli@google.com>2022-05-06 05:23:32 +0000
commit50e3b783953806368fc40afd989f1b872733d89f (patch)
tree4a4fea0733b31c4a6220315f551427dfb8e5a31d /goodix_ts_core.h
parente2758577ef0cf2c03f2db83d2adff4a0725dcaf9 (diff)
downloadgoodix_touch-50e3b783953806368fc40afd989f1b872733d89f.tar.gz
goodix: Import v1.0.5 driver
Bug: 214118944 Test: Be able to wake up device by gestures. Change-Id: Ie499faa169a9b395c89a7e3e6bd3238a133fd0e0 Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'goodix_ts_core.h')
-rw-r--r--goodix_ts_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/goodix_ts_core.h b/goodix_ts_core.h
index db366eb..70afaa7 100644
--- a/goodix_ts_core.h
+++ b/goodix_ts_core.h
@@ -49,7 +49,7 @@
#define GOODIX_CORE_DRIVER_NAME "goodix_ts"
#define GOODIX_PEN_DRIVER_NAME "goodix_ts,pen"
-#define GOODIX_DRIVER_VERSION "v1.0.4"
+#define GOODIX_DRIVER_VERSION "v1.0.5"
#define GOODIX_MAX_TOUCH 10
#define GOODIX_PEN_MAX_PRESSURE 4096
#define GOODIX_MAX_PEN_KEY 2
@@ -384,7 +384,7 @@ enum touch_point_status {
/* coordinate package */
struct goodix_ts_coords {
int status; /* NONE, RELEASE, TOUCH */
- unsigned int x, y, major, minor, p;
+ unsigned int x, y, major, minor, p, w;
signed char angle;
};