Input: psmouse - reset all types of mice before reconnecting
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 13 May 2010 07:42:23 +0000 (00:42 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 13 May 2010 07:43:26 +0000 (00:43 -0700)
commitef110b24e28f36620f63dab94708a17c7e267358
tree0b194aa3d7069983de14d821c3a044557008ce9d
parent504e8beed161bd11a2c6cbb8aaf352c14d39b5bb
Input: psmouse - reset all types of mice before reconnecting

Synaptics hardware requires resetting device after suspend to ram
in order for the device to be operational. The reset lives in
synaptics-specific reconnect handler, but it is not being invoked
if synaptics support is disabled and the device is handled as a
standard PS/2 device (bare or IntelliMouse protocol).

Let's add reset into generic reconnect handler as well.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/mouse/psmouse-base.c