pmaports/device/linux-samsung-j3nxlte/fix_touchscreen.patch
Alastair Horn 61ca6a1fdf
samsung-j3nxlte: new device (Samsung Galaxy J3 (2016)) (!653)
Display and touchscreen (with a kernel driver patch) working.

[ci:skip-build]: already built successfully in CI
2019-10-02 21:23:20 +02: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