commit | 822115ff4bd7141a6069dcc17b35dfd823a44dff | [log] [tgz] |
---|---|---|
author | Daniel Kurtz <djkurtz@chromium.org> | Tue May 08 22:40:26 2012 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu May 10 20:39:06 2012 -0700 |
tree | 34122740ec7230213ccb438009dbb267aa1f1f41 | |
parent | d1ff320f0a9766a53ae412d96f72bd861a889af6 [diff] |
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 <djkurtz@chromium.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>