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

Commit 90414be9 authored by Pozsar Balazs's avatar Pozsar Balazs Committed by Dmitry Torokhov
Browse files

Input: psmouse - fix Intellimouse 4.0 initialization



Revert the superfluous initilization causing some mice become jumpy.

Signed-off-by: default avatarPozsar Balazs <pozsy@uhulinux.hu>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 72a623be
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -485,13 +485,6 @@ static int im_explorer_detect(struct psmouse *psmouse, int set_properties)
	param[0] =  40;
	ps2_command(ps2dev, param, PSMOUSE_CMD_SETRATE);

	param[0] = 200;
	ps2_command(ps2dev, param, PSMOUSE_CMD_SETRATE);
	param[0] = 200;
	ps2_command(ps2dev, param, PSMOUSE_CMD_SETRATE);
	param[0] =  60;
	ps2_command(ps2dev, param, PSMOUSE_CMD_SETRATE);

	if (set_properties) {
		set_bit(BTN_MIDDLE, psmouse->dev->keybit);
		set_bit(REL_WHEEL, psmouse->dev->relbit);