Fixed MTP to work with TWRP

This commit is contained in:
awab228 2018-06-19 23:16:04 +02:00
commit f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions

View file

@ -0,0 +1,16 @@
/* Melfas MMS-100 seies firmware list */
#if defined(CONFIG_TOUCHSCREEN_MMS144)
/* 4.8" OCTA LCD */
#define FW_VERSION 0xC4
#include "d2_fw.h"
/* 4.65" OCTA LCD */
#define FW_465_VERSION 0xA8
#include "d2_465_fw.h"
#if defined(CONFIG_MIPI_SAMSUNG_ESD_REFRESH)
extern void set_esd_enable(void);
extern void set_esd_disable(void);
#endif
#endif