summaryrefslogtreecommitdiff
path: root/goodix_ts_core.h
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2022-04-20 03:26:42 +0000
committerWendly Li <wendlyli@google.com>2022-05-11 06:01:08 +0000
commitf5dc04e05ad88202465c7bfdfa5785975d3e0951 (patch)
tree5b4bcf39c31a0b86575ddd3675c6527cf65751b7 /goodix_ts_core.h
parent50e3b783953806368fc40afd989f1b872733d89f (diff)
downloadgoodix_touch-f5dc04e05ad88202465c7bfdfa5785975d3e0951.tar.gz
goodix: Import v1.0.6 driver
Bug: 214118837 Test: Check gesture and heatamp work well Change-Id: I3eb304c2802bb2122871497dfaf38093cb71e242 Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'goodix_ts_core.h')
-rw-r--r--goodix_ts_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/goodix_ts_core.h b/goodix_ts_core.h
index 70afaa7..e28738a 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.5"
+#define GOODIX_DRIVER_VERSION "v1.0.6"
#define GOODIX_MAX_TOUCH 10
#define GOODIX_PEN_MAX_PRESSURE 4096
#define GOODIX_MAX_PEN_KEY 2
@@ -523,6 +523,7 @@ struct goodix_ts_core {
struct regulator *avdd;
struct regulator *iovdd;
unsigned char gesture_type;
+ s16 *heatmap_buffer;
int power_on;
int irq;