driver: add touch gt9271 configuration

This commit is contained in:
jack@armsom.org
2024-11-22 19:55:15 +08:00
committed by Mecid Urganci
parent aaf8c12300
commit 162bec6e7c

View File

@@ -2656,6 +2656,11 @@ static int goodix_ts_probe(struct i2c_client *client, const struct i2c_device_id
gtp_change_x2y = TRUE;
gtp_x_reverse = FALSE;
gtp_y_reverse = TRUE;
} else if (val == 9271) {
m89or101 = TRUE;
gtp_change_x2y = TRUE;
gtp_x_reverse = TRUE;
gtp_y_reverse = FALSE;
} else if (val == 101) {
m89or101 = FALSE;
gtp_change_x2y = TRUE;