summaryrefslogtreecommitdiff
path: root/goodix_ts_core.h
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2022-02-24 12:35:55 +0000
committerWendly Li <wendlyli@google.com>2022-02-25 05:57:09 +0000
commit33b3ecc094052f7f3a79a82d048d04e2d7f2fafb (patch)
tree1f4636629b2a45da3938076426e22935fd589586 /goodix_ts_core.h
parentb20b1b7bfcbeb83b99246489a23696a019ceb4e2 (diff)
downloadgoodix_touch-33b3ecc094052f7f3a79a82d048d04e2d7f2fafb.tar.gz
Support normal active/idle mode
Bug: 214118804 Test: Check API works properly Change-Id: Ieab54a2443b0b158442139a75766b064f8171a85 Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'goodix_ts_core.h')
-rw-r--r--goodix_ts_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/goodix_ts_core.h b/goodix_ts_core.h
index 7037e9e..de9ad0a 100644
--- a/goodix_ts_core.h
+++ b/goodix_ts_core.h
@@ -469,6 +469,7 @@ struct goodix_ts_hw_ops {
int (*get_capacitance_data)(
struct goodix_ts_core *cd, struct ts_rawdata_info *info);
int (*ping)(struct goodix_ts_core *cd);
+ int (*set_scan_mode)(struct goodix_ts_core *cd, int mdoe);
};
/*