forked from jmpfbmx/kernel-4.4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a88cc4
commit 89461d7
Showing
18 changed files
with
87,067 additions
and
11,179 deletions.
There are no files selected for viewing
3,954 changes: 0 additions & 3,954 deletions
3,954
drivers/input/touchscreen/mediatek/synaptics_dsx/SynaImage.h
This file was deleted.
Oops, something went wrong.
56 changes: 56 additions & 0 deletions
56
drivers/input/touchscreen/mediatek/synaptics_dsx/cei_touch_log.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
#ifndef __CEI_TOUCH_LOG__ | ||
#define __CEI_TOUCH_LOG__ | ||
|
||
#define TP_LOG_TAG "synaptics" | ||
|
||
#define TP_DYNAMIC_LOG | ||
|
||
#define TP_LOG_LEVEL_ERROR 1 | ||
#define TP_LOG_LEVEL_WARRING 2 | ||
#define TP_LOG_LEVEL_INFO 4 | ||
#define TP_LOG_LEVEL_DEBUG 8 | ||
|
||
#ifdef TP_DYNAMIC_LOG | ||
extern unsigned int tp_dynamic_log_level; | ||
|
||
#define tp_dynamic_print(level, fmt, arg...) \ | ||
do { \ | ||
if (level <= tp_dynamic_log_level) \ | ||
printk(fmt, ##arg); \ | ||
} while(0) | ||
#else | ||
#define tp_dynamic_print(level, fmt, arg...) \ | ||
printk(fmt, ##arg); | ||
#endif /* TP_DYNAMIC_LOG */ | ||
|
||
#define TP_LOGE(fmt, arg...) \ | ||
tp_dynamic_print(TP_LOG_LEVEL_ERROR, \ | ||
"[%s][error] %s: "fmt, TP_LOG_TAG, __func__, ##arg) | ||
#define TP_LOGW(fmt, arg...) \ | ||
tp_dynamic_print(TP_LOG_LEVEL_WARRING, \ | ||
"[%s][warring] %s: "fmt, TP_LOG_TAG, __func__, ##arg) | ||
#define TP_LOGI(fmt, arg...) \ | ||
tp_dynamic_print(TP_LOG_LEVEL_INFO, \ | ||
"[%s][info] %s: "fmt, TP_LOG_TAG, __func__, ##arg) | ||
#define TP_LOGD(fmt, arg...) \ | ||
tp_dynamic_print(TP_LOG_LEVEL_DEBUG, \ | ||
"[%s][debug] %s: "fmt, TP_LOG_TAG, __func__, ##arg) | ||
|
||
/***** self-test log *****/ | ||
#define TP_TEST_LOG_TAG "fts-test" | ||
|
||
#define tp_test_print(fmt, arg...) \ | ||
do { \ | ||
printk(fmt, ##arg); \ | ||
} while(0) | ||
|
||
#define TP_TEST_LOGE(fmt, arg...) \ | ||
tp_test_print("[%s][error] %s: "fmt, TP_TEST_LOG_TAG, __func__, ##arg) | ||
#define TP_TEST_LOGW(fmt, arg...) \ | ||
tp_test_print("[%s][warring] %s: "fmt, TP_TEST_LOG_TAG, __func__, ##arg) | ||
#define TP_TEST_LOGI(fmt, arg...) \ | ||
tp_test_print("[%s][info] %s: "fmt, TP_TEST_LOG_TAG, __func__, ##arg) | ||
#define TP_TEST_LOGD(fmt, arg...) \ | ||
tp_test_print("[%s][debug] %s: "fmt, TP_TEST_LOG_TAG, __func__, ##arg) | ||
|
||
#endif /* __CEI_TOUCH_LOG__ */ |
8,034 changes: 8,034 additions & 0 deletions
8,034
...ptics_dsx/firmware/PD060JC-01A_DS5_v12.3.11.1019_PR2470523-td4322-i2c-160906-2-00040000.h
Large diffs are not rendered by default.
Oops, something went wrong.
8,034 changes: 8,034 additions & 0 deletions
8,034
...ouchscreen/mediatek/synaptics_dsx/firmware/PR2471875-td4322-i2c-innolux6p_sony_00050000.h
Large diffs are not rendered by default.
Oops, something went wrong.
8,034 changes: 8,034 additions & 0 deletions
8,034
...ouchscreen/mediatek/synaptics_dsx/firmware/PR2471875-td4322-i2c-innolux6p_sony_00050001.h
Large diffs are not rendered by default.
Oops, something went wrong.
8,034 changes: 8,034 additions & 0 deletions
8,034
...ouchscreen/mediatek/synaptics_dsx/firmware/PR2471875-td4322-i2c-innolux6p_sony_00050002.h
Large diffs are not rendered by default.
Oops, something went wrong.
8,034 changes: 8,034 additions & 0 deletions
8,034
...ouchscreen/mediatek/synaptics_dsx/firmware/PR2506370-td4322-i2c-innolux6p_sony_00060000.h
Large diffs are not rendered by default.
Oops, something went wrong.
8,034 changes: 8,034 additions & 0 deletions
8,034
...ouchscreen/mediatek/synaptics_dsx/firmware/PR2520363-td4322-i2c-innolux6p_sony_00060002.h
Large diffs are not rendered by default.
Oops, something went wrong.
8,034 changes: 8,034 additions & 0 deletions
8,034
...ouchscreen/mediatek/synaptics_dsx/firmware/PR2524443-td4322-i2c-innolux6p_sony_00060004.h
Large diffs are not rendered by default.
Oops, something went wrong.
8,034 changes: 8,034 additions & 0 deletions
8,034
...ouchscreen/mediatek/synaptics_dsx/firmware/PR2526806-td4322-i2c-innolux6p_sony_00060005.h
Large diffs are not rendered by default.
Oops, something went wrong.
8,034 changes: 8,034 additions & 0 deletions
8,034
...ouchscreen/mediatek/synaptics_dsx/firmware/PR2526806-td4322-i2c-innolux6p_sony_00060006.h
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.