From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/drivers/input/touchscreen/gt9xx/gt9xx_firmware.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/input/touchscreen/gt9xx/gt9xx_firmware.h b/kernel/drivers/input/touchscreen/gt9xx/gt9xx_firmware.h index 7dce604..8fc22fd 100644 --- a/kernel/drivers/input/touchscreen/gt9xx/gt9xx_firmware.h +++ b/kernel/drivers/input/touchscreen/gt9xx/gt9xx_firmware.h @@ -15,7 +15,7 @@ #define _GT9XX_FIRMWARE_H_ #if GTP_HEADER_FW_UPDATE -unsigned char gtp_default_FW[] = { +static unsigned char gtp_default_FW[] = { }; #endif @@ -26,7 +26,7 @@ *[GENERATED]2014/01/20 17:37:45 */ #if GTP_COMPATIBLE_MODE -unsigned char gtp_default_FW_fl[] = { +static unsigned char gtp_default_FW_fl[] = { 0x00, 0x90, 0x06, 0x00, 0x39, 0x31, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x20, 0x80, 0x00, 0x55, 0x40, 0xa4, 0x28, 0xb3, 0x26, 0x69, 0xf0, 0x0c, 0xc1, 0x00, 0x62, 0x72, 0xed, 0x88, 0x5c, 0x4f, 0x41, 0xf0, 0x90, 0x24, 0xbf, 0x32, 0xe0, 0x1d, 0xc9, 0xdf, 0xf2, 0x53, 0x73, 0x01, 0x20, -- Gitblit v1.6.2