summaryrefslogtreecommitdiff
path: root/goodix_brl_hw.c
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2022-06-24 05:50:17 +0000
committerWendly Li <wendlyli@google.com>2022-07-04 06:30:42 +0000
commitb8e8849b7187e5b34dadb78386a0797ce422c6dd (patch)
tree61748864b23af460a7d5fcf24a500cfb04b51c7c /goodix_brl_hw.c
parent0fd1a952fe2109de81a6268b94ab1ec2f879fc8c (diff)
downloadgoodix_touch-b8e8849b7187e5b34dadb78386a0797ce422c6dd.tar.gz
touch/goodix: Enable gti pm and tbn
Bug: 214118944 Test: Be able to wake up device by gestures. Change-Id: I90f6b6ead33a2c26e1631a7c5df525121fc28255 Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'goodix_brl_hw.c')
-rw-r--r--goodix_brl_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/goodix_brl_hw.c b/goodix_brl_hw.c
index ce5451c..f0d6290 100644
--- a/goodix_brl_hw.c
+++ b/goodix_brl_hw.c
@@ -264,7 +264,7 @@ int brl_suspend(struct goodix_ts_core *cd)
int brl_resume(struct goodix_ts_core *cd)
{
u32 cmd_reg = cd->ic_info.misc.cmd_addr;
- u8 cmd_buf[] = { 0x00, 0x00, 0x05, 0xC4, 0x00, 0xC9, 0x00 };
+ u8 cmd_buf[] = { 0x00, 0x00, 0x04, 0xA7, 0xAB, 0x00 };
int retry = 20;
u8 rcv_buf[2];