summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2015-11-05 17:13:54 -0600
committerVishal Mahaveer2015-11-05 17:13:54 -0600
commitee70e64c5c4936f87e7c4407d17af7af75e827df (patch)
tree4de5ef2f44f2c14b507b47a92749d53e19d0d375
parentfa584dbd2e22dc49cf4b7580bc339ab373c41d89 (diff)
parenteffe820b9da707ab9d66edf321f685f05d98b36f (diff)
downloaddevice-ti-jacinto6evm-ee70e64c5c4936f87e7c4407d17af7af75e827df.tar.gz
device-ti-jacinto6evm-ee70e64c5c4936f87e7c4407d17af7af75e827df.tar.xz
device-ti-jacinto6evm-ee70e64c5c4936f87e7c4407d17af7af75e827df.zip
Merge remote-tracking branch 'omap-mirror/d-lollipop-mr1-release' into d-marshmallow-release
-rw-r--r--EP05120M09.idc25
-rw-r--r--device.mk1
2 files changed, 26 insertions, 0 deletions
diff --git a/EP05120M09.idc b/EP05120M09.idc
new file mode 100644
index 0000000..2d4c26a
--- /dev/null
+++ b/EP05120M09.idc
@@ -0,0 +1,25 @@
1# Copyright (C) 2010 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15#
16# Input Device Configuration File for the Atmel Maxtouch touch screen.
17#
18# These calibration values are derived from empirical measurements
19# and may not be appropriate for use with other touch screens.
20# Refer to the input device configuration documentation for more details.
21#
22
23# Basic Parameters
24touch.deviceType = touchScreen
25touch.orientationAware = 1
diff --git a/device.mk b/device.mk
index d556626..3b4b629 100644
--- a/device.mk
+++ b/device.mk
@@ -37,6 +37,7 @@ PRODUCT_COPY_FILES := \
37 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \ 37 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
38 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ 38 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
39 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \ 39 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
40 device/ti/jacinto6evm/EP05120M09.idc:system/usr/idc/EP05120M09.idc \
40 device/ti/jacinto6evm/Atmel_maXTouch_Touchscreen.idc:system/usr/idc/Atmel_maXTouch_Touchscreen.idc \ 41 device/ti/jacinto6evm/Atmel_maXTouch_Touchscreen.idc:system/usr/idc/Atmel_maXTouch_Touchscreen.idc \
41 device/ti/jacinto6evm/LDC_3001_TouchScreen_Controller.idc:system/usr/idc/LDC_3001_TouchScreen_Controller.idc \ 42 device/ti/jacinto6evm/LDC_3001_TouchScreen_Controller.idc:system/usr/idc/LDC_3001_TouchScreen_Controller.idc \
42 43