summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-05-04 17:33:16 -0700
committerColin Cross <ccross@android.com>2011-05-06 13:03:42 -0700
commitc4b2568230fd1a4b24a25b6c91a90bbc4c36c7ee (patch)
treeeda098821cdba3588cd1d05efaa26cc7f23b83ce
parent95951545cbe7a9fcc18d9809292bad7affb531e7 (diff)
downloaddevice_samsung_tuna-c4b2568230fd1a4b24a25b6c91a90bbc4c36c7ee.zip
device_samsung_tuna-c4b2568230fd1a4b24a25b6c91a90bbc4c36c7ee.tar.gz
device_samsung_tuna-c4b2568230fd1a4b24a25b6c91a90bbc4c36c7ee.tar.bz2
Add input device calibration file for lunchbox touchscreen
Change-Id: Idec65203682d050762ee33f7809c874f6695f552
-rw-r--r--Atmel_maXTouch_Touchscreen.idc21
-rw-r--r--device.mk4
2 files changed, 25 insertions, 0 deletions
diff --git a/Atmel_maXTouch_Touchscreen.idc b/Atmel_maXTouch_Touchscreen.idc
new file mode 100644
index 0000000..c3d1bea
--- /dev/null
+++ b/Atmel_maXTouch_Touchscreen.idc
@@ -0,0 +1,21 @@
+# Copyright (C) 2010 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 Tuna pre-lunchbox touch screen.
+# This touch screen will not be present in the final hardware
+
+# Basic Parameters
+touch.deviceType = touchScreen
+
diff --git a/device.mk b/device.mk
index 4a30152..8b0e7d0 100644
--- a/device.mk
+++ b/device.mk
@@ -36,6 +36,10 @@ PRODUCT_COPY_FILES := \
device/samsung/tuna/ueventd.tuna.rc:root/ueventd.tuna.rc \
device/samsung/tuna/media_profiles.xml:system/etc/media_profiles.xml
+# Input device calibration files
+PRODUCT_COPY_FILES += \
+ device/samsung/tuna/Atmel_maXTouch_Touchscreen.idc:system/usr/idc/Atmel_maXTouch_Touchscreen.idc
+
# HACK: copy panda init for now to boot on both boards
PRODUCT_COPY_FILES += \
device/ti/panda/init.omap4pandaboard.rc:root/init.omap4pandaboard.rc