summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiyan <jaraidaniel@gmail.com>2016-01-05 16:55:15 +0100
committerDániel Járai <jaraidaniel@gmail.com>2016-01-08 09:22:39 -0800
commit23b19c6933614ba4bf7e1396fc382d809ed3e840 (patch)
treec1ee5eb80ef104f44c59015638b65950cde53e18
parent4cbf88d20fdc666e2951614df3bdbbffa7695d03 (diff)
downloaddevice_samsung_tuna-23b19c6933614ba4bf7e1396fc382d809ed3e840.zip
device_samsung_tuna-23b19c6933614ba4bf7e1396fc382d809ed3e840.tar.gz
device_samsung_tuna-23b19c6933614ba4bf7e1396fc382d809ed3e840.tar.bz2
Remove touchscreen firmware from userspace
It makes more sense to just store it in the kernel, so it doesn't have to wait for the filesystem to get mounted. Change-Id: Ib5893157edd44806018f07ad8dad32ffe3704657
-rwxr-xr-xdevice.mk5
-rw-r--r--touchscreen/README.mms144_ts12
-rw-r--r--touchscreen/mms144_ts_rev31.fwbin31760 -> 0 bytes
-rw-r--r--touchscreen/mms144_ts_rev32.fwbin31760 -> 0 bytes
4 files changed, 0 insertions, 17 deletions
diff --git a/device.mk b/device.mk
index bd7207b..c4a39bc 100755
--- a/device.mk
+++ b/device.mk
@@ -151,11 +151,6 @@ 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.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml
-# Melfas touchscreen firmware
-PRODUCT_COPY_FILES += \
- $(DEVICE_FOLDER)/touchscreen/mms144_ts_rev31.fw:system/vendor/firmware/mms144_ts_rev31.fw \
- $(DEVICE_FOLDER)/touchscreen/mms144_ts_rev32.fw:system/vendor/firmware/mms144_ts_rev32.fw
-
# file that declares the MIFARE NFC constant
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/com.nxp.mifare.xml:system/etc/permissions/com.nxp.mifare.xml
diff --git a/touchscreen/README.mms144_ts b/touchscreen/README.mms144_ts
deleted file mode 100644
index 75865ad..0000000
--- a/touchscreen/README.mms144_ts
+++ /dev/null
@@ -1,12 +0,0 @@
-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
deleted file mode 100644
index a5c7c78..0000000
--- a/touchscreen/mms144_ts_rev31.fw
+++ /dev/null
Binary files differ
diff --git a/touchscreen/mms144_ts_rev32.fw b/touchscreen/mms144_ts_rev32.fw
deleted file mode 100644
index 80acfd1..0000000
--- a/touchscreen/mms144_ts_rev32.fw
+++ /dev/null
Binary files differ