From: Dmitry Torokhov Date: Fri, 30 Dec 2011 23:16:45 +0000 (-0800) Subject: Input: psmouse - make sure we do not use stale methods X-Git-Tag: v3.3-rc1~122^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee9dfd7a1d1256b0f51a0bf54bed0a8927c8e2ea;p=pandora-kernel.git Input: psmouse - make sure we do not use stale methods Several protocol initialization routines can fail after they set up psmouse methods, such as reconnect and disconnect. This may lead to these stale methods used with different protocol that they were intended to be used for and may cause unpredictavle behavior and/or crashes. Make sure we start with a clean slate before executing each and every protocol detection and/or initialization routine. Reported-by: Paul Fox Acked-by: Tai-hwa Liang Acked-by: Paul Fox Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed