From: Jiri Kosina Date: Tue, 17 Nov 2009 06:12:13 +0000 (-0800) Subject: Input: psmouse - fix breakage introduced by b7802c5c1ea X-Git-Tag: v2.6.32-rc8~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0698989d779a994e1a6ef2f83625276f4dde6eb6;p=pandora-kernel.git Input: psmouse - fix breakage introduced by b7802c5c1ea Commit b7802c5c1ea ("Input: psmouse - use boolean type") caused the synaptics_hardware variable to be completely useless, as it is constantly set to 'true' throughout the whole psmouse_extensions(). This was caused by the following hunk in the commit in question - int synaptics_hardware = 0; + bool synaptics_hardware = true; which is wrong and causes driver to issue extra reset when falling back to bare PS/2 protocol. Signed-off-by: Jiri Kosina Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed