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
13 lines
694 B
Diff
13 lines
694 B
Diff
diff --git a/drivers/input/touchscreen/synaptics_driver_s3320.c b/drivers/input/touchscreen/synaptics_driver_s3320.c
|
|
index 79b184a..f3d3872 100644
|
|
--- a/drivers/input/touchscreen/synaptics_driver_s3320.c
|
|
+++ b/drivers/input/touchscreen/synaptics_driver_s3320.c
|
|
@@ -2105,7 +2105,6 @@ static int synaptics_input_init(struct synaptics_ts_data *ts)
|
|
set_bit(EV_ABS, ts->input_dev->evbit);
|
|
set_bit(EV_KEY, ts->input_dev->evbit);
|
|
set_bit(ABS_MT_TOUCH_MAJOR, ts->input_dev->absbit);
|
|
- set_bit(ABS_MT_WIDTH_MAJOR,ts->input_dev->absbit);
|
|
set_bit(ABS_MT_POSITION_X, ts->input_dev->absbit);
|
|
set_bit(ABS_MT_POSITION_Y, ts->input_dev->absbit);
|
|
set_bit(INPUT_PROP_DIRECT, ts->input_dev->propbit);
|