From 23b19c6933614ba4bf7e1396fc382d809ed3e840 Mon Sep 17 00:00:00 2001 From: Ziyan Date: Tue, 5 Jan 2016 16:55:15 +0100 Subject: 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 --- device.mk | 5 ----- touchscreen/README.mms144_ts | 12 ------------ touchscreen/mms144_ts_rev31.fw | Bin 31760 -> 0 bytes touchscreen/mms144_ts_rev32.fw | Bin 31760 -> 0 bytes 4 files changed, 17 deletions(-) delete mode 100644 touchscreen/README.mms144_ts delete mode 100644 touchscreen/mms144_ts_rev31.fw delete mode 100644 touchscreen/mms144_ts_rev32.fw 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 Binary files a/touchscreen/mms144_ts_rev31.fw and /dev/null differ diff --git a/touchscreen/mms144_ts_rev32.fw b/touchscreen/mms144_ts_rev32.fw deleted file mode 100644 index 80acfd1..0000000 Binary files a/touchscreen/mms144_ts_rev32.fw and /dev/null differ -- cgit v1.1