From: Dmitry Torokhov Date: Thu, 10 Sep 2009 02:08:15 +0000 (-0700) Subject: Input: i8042 - try disabling and re-enabling AUX port at close X-Git-Tag: v2.6.32-rc1~686^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ddbc77c3eb54336fcd44b7b66b44784d65677e2;p=pandora-kernel.git Input: i8042 - try disabling and re-enabling AUX port at close Ever since we switched from having a polling timer to registering IRQ handlers for both keyboard and AUX ports at the driver registration time, on certain boxes probing for a mouse results in keyboard stopping working. The only real difference between old and new way is that before we disabled ports after unsuccessful probe whereas now we leave them as is. Try to emulate the old behavior by disabling and immediately re-enabling AUX and KBD ports when corresponding serio port is being closed. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed