pmaports/device/testing/linux-samsung-j3nxlte/fix_touchscreen.patch
Oliver Smith 64035ac463
device/*: move to device/testing/* (!1063)
Prepare for better device categorization by moving everything to testing
subdir first.

[skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR
				depends on this MR

Related: postmarketos#16
2020-03-14 08:35:32 +01:00

13 lines
588 B
Diff

diff --git a/drivers/input/touchscreen/ist30xxc/ist30xxc.c b/drivers/input/touchscreen/ist30xxc/ist30xxc.c
index 6732c409..db81baa3 100755
--- a/drivers/input/touchscreen/ist30xxc/ist30xxc.c
+++ b/drivers/input/touchscreen/ist30xxc/ist30xxc.c
@@ -1446,7 +1446,7 @@ static int ist30xx_probe(struct i2c_client *client,
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR,
0, data->pdata->max_w, 0, 0);
#if IST30XX_JIG_MODE
- input_set_abs_params(input_dev, ABS_MT_PRESSURE, 0, 0, 0, 0);
+ //input_set_abs_params(input_dev, ABS_MT_PRESSURE, 0, 0, 0, 0);
#endif
#if IST30XX_USE_KEY