]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ads7846 conversion accuracy
authorDavid Brownell <david-b@pacbell.net>
Fri, 26 May 2006 01:44:20 +0000 (18:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 26 May 2006 18:55:46 +0000 (11:55 -0700)
commit5b0e12b05562b3d6f0e16a58f12eea8738d9fb74
treea5ef83c83d2053e2a8aa9a294ceab425c6e1c92d
parenta83e56a851cee4f0c147a23c9ca38137ad2599f2
[PATCH] ads7846 conversion accuracy

This improves accuracy of the touchscreen and hwmon sensor readings,
addressing an issue noted by Imre Deak: there's an extra bit written before
the sample (12 bits) gets written out.

It also catches up to various comments, and makes the /proc/interrupts
entry sensible again.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Imre Deak <imre.deak@nokia.com>
Cc: Jean Delvare <khali@linux-fr.org>
Cc: Dmitry Torokhov <dtor_core@ameritech.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/input/touchscreen/ads7846.c