longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_config.h
.. .. @@ -343,19 +343,19 @@ 343 343 * define your own fw_file, the sample one to be replaced is invalid 344 344 * NOTE: if FTS_GET_MODULE_NUM > 1, it's the fw corresponding with FTS_MODULE_ID 345 345 */ 346 -#define FTS_UPGRADE_FW_FILE "include/firmware/fw_sample.i"346 +#define FTS_UPGRADE_FW_FILE "include/firmware/fw_sample.h"347 347 348 348 /* 349 349 * if FTS_GET_MODULE_NUM >= 2, fw corrsponding with FTS_MODULE2_ID 350 350 * define your own fw_file, the sample one is invalid 351 351 */ 352 -#define FTS_UPGRADE_FW2_FILE "include/firmware/fw_sample.i"352 +#define FTS_UPGRADE_FW2_FILE "include/firmware/fw_sample.h"353 353 354 354 /* 355 355 * if FTS_GET_MODULE_NUM >= 3, fw corrsponding with FTS_MODULE3_ID 356 356 * define your own fw_file, the sample one is invalid 357 357 */ 358 -#define FTS_UPGRADE_FW3_FILE "include/firmware/fw_sample.i"358 +#define FTS_UPGRADE_FW3_FILE "include/firmware/fw_sample.h"359 359 360 360 /*********************************************************/ 361 361 longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_core.c
.. .. @@ -2027,6 +2027,9 @@ 2027 2027 static void fts_resume_work(struct work_struct *work) 2028 2028 { 2029 2029 struct fts_ts_data *ts_data = container_of(work, struct fts_ts_data, resume_work); 2030 + if (ts_data == NULL) {2031 + printk("ts_data is NULL \n");2032 + }2030 2033 // fts_ts_resume(ts_data->dev); 2031 2034 } 2032 2035 longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_flash/focaltech_upgrade_ft8756m.c
.. .. @@ -38,7 +38,7 @@ 38 38 * Global variable or extern global variabls/functions 39 39 *****************************************************************************/ 40 40 u8 pb_file_ft8756[] = { 41 -#include "../include/pramboot/FT8756_Pramboot_V1.3_20200116.i"41 +#include "../include/pramboot/FT8756_Pramboot_V1.3_20200116.h"42 42 }; 43 43 44 44 /***************************************************************************** longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/include/firmware/fw_sample.isimilarity index 100%rename from longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/include/firmware/fw_sample.irename to longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/include/firmware/fw_sample.h
longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/include/firmware/fw_sample_1.isimilarity index 100%rename from longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/include/firmware/fw_sample_1.irename to longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/include/firmware/fw_sample_1.h
longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/include/pramboot/FT8756_Pramboot_V1.3_20200116.isimilarity index 100%rename from longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/include/pramboot/FT8756_Pramboot_V1.3_20200116.irename to longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/include/pramboot/FT8756_Pramboot_V1.3_20200116.h