From 313d899ea76a728046c194ded35c2d20909cb707 Mon Sep 17 00:00:00 2001 From: huangcm <1263938474@qq.com> Date: Mon, 10 Mar 2025 02:49:38 +0000 Subject: [PATCH] fix(touchscreen): fix ft8756 .i to .h --- longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_config.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_config.h b/longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_config.h index c13ef80..0c4c4f9 100755 --- a/longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_config.h +++ b/longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_config.h @@ -343,19 +343,19 @@ * define your own fw_file, the sample one to be replaced is invalid * NOTE: if FTS_GET_MODULE_NUM > 1, it's the fw corresponding with FTS_MODULE_ID */ -#define FTS_UPGRADE_FW_FILE "include/firmware/fw_sample.i" +#define FTS_UPGRADE_FW_FILE "include/firmware/fw_sample.h" /* * if FTS_GET_MODULE_NUM >= 2, fw corrsponding with FTS_MODULE2_ID * define your own fw_file, the sample one is invalid */ -#define FTS_UPGRADE_FW2_FILE "include/firmware/fw_sample.i" +#define FTS_UPGRADE_FW2_FILE "include/firmware/fw_sample.h" /* * if FTS_GET_MODULE_NUM >= 3, fw corrsponding with FTS_MODULE3_ID * define your own fw_file, the sample one is invalid */ -#define FTS_UPGRADE_FW3_FILE "include/firmware/fw_sample.i" +#define FTS_UPGRADE_FW3_FILE "include/firmware/fw_sample.h" /*********************************************************/ -- Gitblit v1.6.2