summaryrefslogtreecommitdiff
path: root/goodix_brl_hw.c
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2022-02-08 02:12:25 +0000
committerWendly Li <wendlyli@google.com>2022-02-11 11:06:50 +0000
commite286e1f6629672757861e310ec65f10181be865e (patch)
tree1d80f2ea7858f0676b468269634eea76b6e13ea9 /goodix_brl_hw.c
parent31f49bb87d1d5e7d7085ac5bb5460914cc675086 (diff)
downloadgoodix_touch-e286e1f6629672757861e310ec65f10181be865e.tar.gz
Add APIs for factory
Bug: 214118886 Bug: 216386146 Bug: 216578458 Test: check sysfs works properly Change-Id: I51f83d192a9068ec2cdb93300a5834b839839aa1 Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'goodix_brl_hw.c')
-rw-r--r--goodix_brl_hw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/goodix_brl_hw.c b/goodix_brl_hw.c
index 19a2c1b..6e51680 100644
--- a/goodix_brl_hw.c
+++ b/goodix_brl_hw.c
@@ -1425,6 +1425,7 @@ static struct goodix_ts_hw_ops brl_hw_ops = {
.event_handler = brl_event_handler,
.after_event_handler = brl_after_event_handler,
.get_capacitance_data = brl_get_capacitance_data,
+ .ping = brl_dev_confirm,
};
struct goodix_ts_hw_ops *goodix_get_hw_ops(void)