From: Daniel Kurtz Date: Wed, 9 May 2012 05:40:26 +0000 (-0700) Subject: Input: atmel_mxt_ts - do not read extra (checksum) byte X-Git-Tag: v3.5-rc1~103^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822115ff4bd7141a6069dcc17b35dfd823a44dff;p=pandora-kernel.git Input: atmel_mxt_ts - do not read extra (checksum) byte atmel_mxt devices will send a checksum byte at the end of a message if the MSB of the object address is set. However, since this driver does not set this bit, the checksum byte isn't actually sent, so don't even try to read it. Signed-off-by: Daniel Kurtz Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed