summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--goodix_ts_proc.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/goodix_ts_proc.c b/goodix_ts_proc.c
index 3b2019c..d57c6e0 100644
--- a/goodix_ts_proc.c
+++ b/goodix_ts_proc.c
@@ -3487,10 +3487,7 @@ static ssize_t driver_test_write(
}
if (!strncmp(p, CMD_AUTO_TEST, strlen(CMD_AUTO_TEST))) {
- /*
- * b/245485508: WA for self-test.
- */
- raw_data_cnt = 1;
+ raw_data_cnt = 16;
noise_data_cnt = 1;
rbuf = kzalloc(SHORT_SIZE, GFP_KERNEL);
if (!rbuf) {
@@ -4152,10 +4149,7 @@ int driver_test_selftest(char* buf)
rbuf = NULL;
}
- /*
- * b/245485508: WA for self-test.
- */
- raw_data_cnt = 1;
+ raw_data_cnt = 16;
noise_data_cnt = 1;
rbuf = kzalloc(SHORT_SIZE, GFP_KERNEL);
if (rbuf == NULL) {