Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9326857 authored by Nick Dyer's avatar Nick Dyer Committed by Dmitry Torokhov
Browse files

Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURE

parent 204b4eae
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -2055,12 +2055,6 @@ static int mxt_initialize_input_device(struct mxt_data *data)
				     0, 255, 0, 0);
	}

	if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 &&
	    data->t100_aux_ampl) {
		input_set_abs_params(input_dev, ABS_MT_PRESSURE,
				     0, 255, 0, 0);
	}

	if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 &&
	    data->t100_aux_vect) {
		input_set_abs_params(input_dev, ABS_MT_ORIENTATION,