From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- drivers/input/touchscreen/mms_ts_fw.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 drivers/input/touchscreen/mms_ts_fw.h (limited to 'drivers/input/touchscreen/mms_ts_fw.h') 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 -- cgit v1.3.1