mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
16
drivers/input/touchscreen/mms_ts_fw.h
Normal file
16
drivers/input/touchscreen/mms_ts_fw.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue