summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/mms_ts_fw.h
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-30 08:25:59 +0000
committerYuval Adam <_@yuv.al>2017-08-30 08:25:59 +0000
commit8e4bff4cab0ddac6060645b0715210484d02ff40 (patch)
tree3a5c3024371a04692a3a6d9974d001cdff8ebf84 /drivers/input/touchscreen/mms_ts_fw.h
Initial file dump from open source releaseHEADmaster
Diffstat (limited to 'drivers/input/touchscreen/mms_ts_fw.h')
-rw-r--r--drivers/input/touchscreen/mms_ts_fw.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/mms_ts_fw.h b/drivers/input/touchscreen/mms_ts_fw.h
new file mode 100644
index 00000000..7653cce1
--- /dev/null
+++ b/drivers/input/touchscreen/mms_ts_fw.h
@@ -0,0 +1,29 @@
+/* Melfas MMS-100 seies firmware list */
+
+
+#if defined(CONFIG_MACH_JASPER2)
+#define FW_VERSION 0x2
+#include "jasper2_fw.h"
+
+#elif defined(CONFIG_MACH_STUNNER)
+#define SEC_TKEY_FACTORY_TEST
+#define FW_VERSION 0x20
+#include "stunner_fw.h"
+
+#elif defined(CONFIG_MACH_INGRAHAM2)
+#define SEC_TKEY_FACTORY_TEST
+#define FW_VERSION 0x1
+#include "ingraham2_fw.h"
+
+#else
+#define FW_VERSION 0x0
+const size_t MELFAS_binary_nLength = 0x00;
+const u8 MELFAS_binary[] = {
+
+};
+#endif
+
+#if defined(CONFIG_MIPI_SAMSUNG_ESD_REFRESH)
+extern void set_esd_enable(void);
+extern void set_esd_disable(void);
+#endif