diff options
| author | Iliyan Malchev <malchev@google.com> | 2013-02-27 18:45:49 -0800 |
|---|---|---|
| committer | Iliyan Malchev <malchev@google.com> | 2013-03-04 15:38:53 -0800 |
| commit | 4ffa22bb4af373abff09b8c3423c67235f8e132d (patch) | |
| tree | bc466fbf0c293d2dd0ccd56051d71f11c63044fb /touch_dev.idc | |
| parent | aae218ad95c56f369e5027bbf5c9496a3cc8d14e (diff) | |
device/asus/flo: initial commit
Change-Id: I5946aea9cce97624c4a2a56ce8da858851f509e8
Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'touch_dev.idc')
| -rw-r--r-- | touch_dev.idc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/touch_dev.idc b/touch_dev.idc new file mode 100644 index 0000000..75a50ef --- /dev/null +++ b/touch_dev.idc @@ -0,0 +1,32 @@ +# Copyright (C) 2012 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# +# Input Device Calibration File for the Mako touch screen. +# + +device.internal = 1 + +touch.deviceType = touchScreen +touch.orientationAware = 1 + +touch.size.calibration = diameter +touch.size.scale = 22.5 +touch.size.bias = 0 +touch.size.isSummed = 0 + +touch.pressure.calibration = amplitude +touch.pressure.scale = 0.0125 + +touch.orientation.calibration = none |
