From 0e5e9cef4315f4ec2a8c5e3c8fa8d7eb8637084a Mon Sep 17 00:00:00 2001 From: Ziyann Date: Fri, 14 Nov 2014 11:47:40 +0100 Subject: tuna: move touchscreen files to touchscreen/ Change-Id: If7f94dd85f66f50174f364c45a36fd3666c72d8e --- touchscreen/Melfas_MMSxxx_Touchscreen.idc | 39 ++++++++++++++++++++++++++++++ touchscreen/README.mms144_ts | 12 +++++++++ touchscreen/mms144_ts_rev31.fw | Bin 0 -> 31760 bytes touchscreen/mms144_ts_rev32.fw | Bin 0 -> 31760 bytes 4 files changed, 51 insertions(+) create mode 100644 touchscreen/Melfas_MMSxxx_Touchscreen.idc create mode 100644 touchscreen/README.mms144_ts create mode 100644 touchscreen/mms144_ts_rev31.fw create mode 100644 touchscreen/mms144_ts_rev32.fw (limited to 'touchscreen') diff --git a/touchscreen/Melfas_MMSxxx_Touchscreen.idc b/touchscreen/Melfas_MMSxxx_Touchscreen.idc new file mode 100644 index 0000000..8117e45 --- /dev/null +++ b/touchscreen/Melfas_MMSxxx_Touchscreen.idc @@ -0,0 +1,39 @@ +# Copyright (C) 2011 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 touch screen. +# + +# Basic Parameters +touch.deviceType = touchScreen +touch.orientationAware = 1 + +# Size +touch.size.calibration = diameter +touch.size.scale = 10 +touch.size.bias = 0 +touch.size.isSummed = 0 + +# Pressure +# Driver reports signal strength as pressure. +# +# A normal thumb touch typically registers about 200 signal strength +# units although we don't expect these values to be accurate. +touch.pressure.calibration = amplitude +touch.pressure.scale = 0.005 + +# Orientation +touch.orientation.calibration = none + diff --git a/touchscreen/README.mms144_ts b/touchscreen/README.mms144_ts new file mode 100644 index 0000000..75865ad --- /dev/null +++ b/touchscreen/README.mms144_ts @@ -0,0 +1,12 @@ +This copyright/license notice pertains to files: + +device/samsung/tuna/touchscreen/mms144_ts_rev31.fw +device/samsung/tuna/touchscreen/mms144_ts_rev32.fw + +---- + +Copyright (c) 2011 by MELFAS, Inc. All right reserved. + +Permission is hereby granted for the distribution of this firmware data +in hexadecimal or equivalent format, provided this copyright notice is +accompanying it. diff --git a/touchscreen/mms144_ts_rev31.fw b/touchscreen/mms144_ts_rev31.fw new file mode 100644 index 0000000..a5c7c78 Binary files /dev/null and b/touchscreen/mms144_ts_rev31.fw differ diff --git a/touchscreen/mms144_ts_rev32.fw b/touchscreen/mms144_ts_rev32.fw new file mode 100644 index 0000000..80acfd1 Binary files /dev/null and b/touchscreen/mms144_ts_rev32.fw differ -- cgit v1.1