From: Dmitry Torokhov Date: Thu, 13 May 2010 07:42:23 +0000 (-0700) Subject: Input: psmouse - reset all types of mice before reconnecting X-Git-Tag: v2.6.34~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef110b24e28f36620f63dab94708a17c7e267358;p=pandora-kernel.git 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 --- Reading git-diff-tree failed