mfd: Don't set mc13783 ADREFMODE for touch conversions
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 2 Dec 2009 18:54:31 +0000 (19:54 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 13 Dec 2009 18:21:57 +0000 (19:21 +0100)
Setting ADREFMODE is utter nonsense, but that's hard to read out of the
spec.  Strange enough it's possible to read x and y values even when
it's set.  When unset you can get values not only for the axes, but also
for contact resistance which allows the touch driver to report pressure
values.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found