hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* drivers/input/touchscreen/gt9xx_cfg.h
 *
 * 2010 - 2013 Goodix Technology.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be a reference
 * to you, when you are integrating the GOODiX's CTP IC into your system,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 */
 
#ifndef _GOODIX_GT9XX_CFG_H_
#define _GOODIX_GT9XX_CFG_H_
 
/* CFG for GT911 */
static u8 gtp_dat_gt11[] = {
   /* <1200, 1920>*/
   #include "WGJ89006B_GT911_Config_20140625_085816_0X43.cfg"
};
 
static u8 gtp_dat_gt9110[] = {
   /* <1200, 1920>*/
   #include "GT9110P(2020)V71_Config_20201028_170326.cfg"
};
 
static u8 gtp_dat_gt9111[] = {
   #include "HLS-0102-1398V1-1060-GT911_Config_20201204_V66.cfg"
};
 
static u8 gtp_dat_8_9[] = {
   /* TODO:Puts your update firmware data here! */
   /* <1920, 1200> 8.9 */
   /* #include "WGJ89006B_GT9271_Config_20140625_085816_0X41.cfg" */
   /* #include "WGJ10162_GT9271_Config_20140820_182456.cfg" */
   #include "WGJ10162B_GT9271_1060_Config_20140821_1341110X42.cfg"
};
 
static u8 gtp_dat_8_9_1[] = {
   #include "GT9271_Config_20170526.cfg"
};
 
static u8 gtp_dat_9_7[] = {
   /* <1536, 2048> 9.7 */
   #include "GT9110P_Config_20160217_1526_2048_97.cfg"
};
 
static u8 gtp_dat_10_1[] = {
   /* TODO:Puts your update firmware data here! */
   /* <1200, 1920> 10.1 */
   #include "WGJ10187_GT9271_Config_20140623_104014_0X41.cfg"
};
 
static u8 gtp_dat_7[] = {
   /* TODO:Puts your update firmware data here! */
   /* <1024, 600> 7.0 */
   #include "WGJ10187_GT910_Config_20140623_104014_0X41.cfg"
};
 
#endif /* _GOODIX_GT9XX_CFG_H_ */