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

Commit 243db53b authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: psmouse - do not force stream mode



Forcing stream mode after reset confuses some devices (reported
by Andrea Arcangeli) so let's take it out - spec says that after
reset mouse should already be in stream mode.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent ffd51f46
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -835,12 +835,6 @@ static void psmouse_set_rate(struct psmouse *psmouse, unsigned int rate)

static void psmouse_initialize(struct psmouse *psmouse)
{
/*
 * We set the mouse into streaming mode.
 */

	ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_SETSTREAM);

/*
 * We set the mouse report rate, resolution and scaling.
 */