You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
driver: add touch gt9271 configuration
This commit is contained in:
committed by
Mecid Urganci
parent
aaf8c12300
commit
162bec6e7c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user