From: Dmitry Torokhov Date: Fri, 15 Jul 2005 06:51:56 +0000 (-0500) Subject: Input: i8042 - don't use negation to mark AUX data X-Git-Tag: v2.6.13-rc5~106^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=463a4f76a79bce00ca8964e0b2ebf7f10f376965;p=pandora-kernel.git Input: i8042 - don't use negation to mark AUX data Currently i8042_command() negates data coming from the AUX port of keyboard controller; this is not a very reliable indicator. Change i8042_command() to fail if response to I8042_CMD_AUX_LOOP is not coming from AUX channel and get rid of negation. Based on patch by Vojtech Pavlik. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed