From cd6fddad23fe9eb9ee0ff734706f4639c2dd2435 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Thu, 11 Aug 2011 18:26:49 -0700 Subject: Update touchscreen configuration. Change-Id: I006290574a0caa249d5fb43dc1feab5c78024714 --- mxt224_ts_input.idc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'mxt224_ts_input.idc') diff --git a/mxt224_ts_input.idc b/mxt224_ts_input.idc index 866e3dc..4f640ef 100644 --- a/mxt224_ts_input.idc +++ b/mxt224_ts_input.idc @@ -21,7 +21,7 @@ touch.deviceType = touchScreen touch.orientationAware = 1 # Size -# Based on empirical measurements, we estimate the size of the tool +# Based on empirical measurements, we estimate the size of the contact # using size = sqrt(area) * 43 + 0. touch.size.calibration = area touch.size.scale = 43 @@ -31,11 +31,10 @@ touch.size.isSummed = 0 # Pressure # Driver reports signal strength as pressure. # -# A normal thumb touch typically registers about 100 signal strength +# A normal thumb touch typically registers about 80 signal strength # units although we don't expect these values to be accurate. touch.pressure.calibration = amplitude -touch.pressure.source = default -touch.pressure.scale = 0.01 +touch.pressure.scale = 0.0125 # Orientation touch.orientation.calibration = none -- cgit v1.1