Skip to content

Commit

Permalink
driver: add touch gt9271 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jack@armsom.org authored and amazingfate committed Nov 24, 2024
1 parent 92c386e commit 8c95cc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/input/touchscreen/gt9xx/gt9xx.c
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 8c95cc8

Please sign in to comment.