huangcm
2025-03-10 313d899ea76a728046c194ded35c2d20909cb707
longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_config.h
....@@ -343,19 +343,19 @@
343343 * define your own fw_file, the sample one to be replaced is invalid
344344 * NOTE: if FTS_GET_MODULE_NUM > 1, it's the fw corresponding with FTS_MODULE_ID
345345 */
346
-#define FTS_UPGRADE_FW_FILE "include/firmware/fw_sample.i"
346
+#define FTS_UPGRADE_FW_FILE "include/firmware/fw_sample.h"
347347
348348 /*
349349 * if FTS_GET_MODULE_NUM >= 2, fw corrsponding with FTS_MODULE2_ID
350350 * define your own fw_file, the sample one is invalid
351351 */
352
-#define FTS_UPGRADE_FW2_FILE "include/firmware/fw_sample.i"
352
+#define FTS_UPGRADE_FW2_FILE "include/firmware/fw_sample.h"
353353
354354 /*
355355 * if FTS_GET_MODULE_NUM >= 3, fw corrsponding with FTS_MODULE3_ID
356356 * define your own fw_file, the sample one is invalid
357357 */
358
-#define FTS_UPGRADE_FW3_FILE "include/firmware/fw_sample.i"
358
+#define FTS_UPGRADE_FW3_FILE "include/firmware/fw_sample.h"
359359
360360 /*********************************************************/
361361