hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/input/touchscreen/gt9xx/gt9xx_cfg.h
....@@ -19,21 +19,21 @@
1919 #define _GOODIX_GT9XX_CFG_H_
2020
2121 /* CFG for GT911 */
22
-u8 gtp_dat_gt11[] = {
22
+static u8 gtp_dat_gt11[] = {
2323 /* <1200, 1920>*/
2424 #include "WGJ89006B_GT911_Config_20140625_085816_0X43.cfg"
2525 };
2626
27
-u8 gtp_dat_gt9110[] = {
27
+static u8 gtp_dat_gt9110[] = {
2828 /* <1200, 1920>*/
2929 #include "GT9110P(2020)V71_Config_20201028_170326.cfg"
3030 };
3131
32
-u8 gtp_dat_gt9111[] = {
32
+static u8 gtp_dat_gt9111[] = {
3333 #include "HLS-0102-1398V1-1060-GT911_Config_20201204_V66.cfg"
3434 };
3535
36
-u8 gtp_dat_8_9[] = {
36
+static u8 gtp_dat_8_9[] = {
3737 /* TODO:Puts your update firmware data here! */
3838 /* <1920, 1200> 8.9 */
3939 /* #include "WGJ89006B_GT9271_Config_20140625_085816_0X41.cfg" */
....@@ -41,22 +41,22 @@
4141 #include "WGJ10162B_GT9271_1060_Config_20140821_1341110X42.cfg"
4242 };
4343
44
-u8 gtp_dat_8_9_1[] = {
44
+static u8 gtp_dat_8_9_1[] = {
4545 #include "GT9271_Config_20170526.cfg"
4646 };
4747
48
-u8 gtp_dat_9_7[] = {
48
+static u8 gtp_dat_9_7[] = {
4949 /* <1536, 2048> 9.7 */
5050 #include "GT9110P_Config_20160217_1526_2048_97.cfg"
5151 };
5252
53
-u8 gtp_dat_10_1[] = {
53
+static u8 gtp_dat_10_1[] = {
5454 /* TODO:Puts your update firmware data here! */
5555 /* <1200, 1920> 10.1 */
5656 #include "WGJ10187_GT9271_Config_20140623_104014_0X41.cfg"
5757 };
5858
59
-u8 gtp_dat_7[] = {
59
+static u8 gtp_dat_7[] = {
6060 /* TODO:Puts your update firmware data here! */
6161 /* <1024, 600> 7.0 */
6262 #include "WGJ10187_GT910_Config_20140623_104014_0X41.cfg"