[PATCH] ALPS resume fix
ALPS needs to be reset for detection to work reliably when reconnecting. Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Cc: Vojtech Pavlik <vojtech@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
64b14d3752
commit
f3a5c73d5e
1 changed files with 2 additions and 0 deletions
|
@ -341,6 +341,8 @@ static int alps_reconnect(struct psmouse *psmouse)
|
|||
unsigned char param[4];
|
||||
int version;
|
||||
|
||||
psmouse_reset(psmouse);
|
||||
|
||||
if (!(priv->i = alps_get_model(psmouse, &version)))
|
||||
return -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue