summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2014-05-16 10:09:57 -0500
committerVishal Mahaveer <vishalm@ti.com>2014-05-16 10:09:57 -0500
commit9ae84c728a9216857965e850c37695bfb069a1b0 (patch)
tree99437e401f19a64ea9f2e27f8a7d5c8b293d1c4d
parentcf866ede7d083f544dd51467036710a74f200483 (diff)
downloadjacinto6evm-9ae84c728a9216857965e850c37695bfb069a1b0.tar.gz
jacinto6evm: add idc file for LDC 3001 touchscreen controller
Add idc file for supporting new touch screen controller Change-Id: Ibc6821495d00e49532f0253106b7e25f39397423 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--LDC_3001_TouchScreen_Controller.idc25
-rw-r--r--device.mk1
2 files changed, 26 insertions, 0 deletions
diff --git a/LDC_3001_TouchScreen_Controller.idc b/LDC_3001_TouchScreen_Controller.idc
new file mode 100644
index 0000000..2d4c26a
--- /dev/null
+++ b/LDC_3001_TouchScreen_Controller.idc
@@ -0,0 +1,25 @@
+# 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 Configuration File for the Atmel Maxtouch touch screen.
+#
+# These calibration values are derived from empirical measurements
+# and may not be appropriate for use with other touch screens.
+# Refer to the input device configuration documentation for more details.
+#
+
+# Basic Parameters
+touch.deviceType = touchScreen
+touch.orientationAware = 1
diff --git a/device.mk b/device.mk
index c0596f9..20aad44 100644
--- a/device.mk
+++ b/device.mk
@@ -35,6 +35,7 @@ PRODUCT_COPY_FILES := \
frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
device/ti/jacinto6evm/Atmel_maXTouch_Touchscreen.idc:system/usr/idc/Atmel_maXTouch_Touchscreen.idc \
+ device/ti/jacinto6evm/LDC_3001_TouchScreen_Controller.idc:system/usr/idc/LDC_3001_TouchScreen_Controller.idc \
# These are the hardware-specific features
PRODUCT_COPY_FILES += \