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