From 105eb9b8eb85facad2d2f2a0bc51ac3e21f71243 Mon Sep 17 00:00:00 2001 From: Florian Leeber Date: Wed, 9 Dec 2020 18:27:23 +0100 Subject: [PATCH] Make touchpanel work --- drivers/input/touchscreen/synaptics_driver_s3320.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/input/touchscreen/synaptics_driver_s3320.c b/drivers/input/touchscreen/synaptics_driver_s3320.c index e293e86c17f4..27ea1112ff68 100755 --- a/drivers/input/touchscreen/synaptics_driver_s3320.c +++ b/drivers/input/touchscreen/synaptics_driver_s3320.c @@ -2878,7 +2878,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);