From bc2e3d661f8e5b46e98bfdd0eae9c25a71bfb68e Mon Sep 17 00:00:00 2001 From: lihaibo Date: Fri, 3 Jan 2025 15:31:50 +0800 Subject: [PATCH] =?UTF-8?q?update:1=E3=80=81=E4=BF=AE=E5=A4=8D=E5=A4=9C?= =?UTF-8?q?=E8=A7=86=E6=A8=A1=E5=BC=8F=E8=A7=86=E9=A2=91=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E9=97=AE=E9=A2=98=202=E3=80=81=E5=85=8D=E5=8E=BB=E7=BC=96?= =?UTF-8?q?=E8=AF=91sdk=E6=97=B6=E9=9C=80=E8=A6=81=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E4=BA=94=E4=B8=AAno=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fastboot_sl100_back/linux/config-4.9 | 31 ++++++++++++++++++- .../SENSOR_H/gc2083_mipi_isp600_20240911_ir.h | 2 +- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/device/config/chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 b/device/config/chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 index fdd284713..5919ce19a 100755 --- a/device/config/chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 +++ b/device/config/chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 @@ -946,7 +946,36 @@ CONFIG_INPUT_SENSORINIT=y # # Input Device Drivers # -# CONFIG_INPUT_KEYBOARD is not set +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set +# CONFIG_KEYBOARD_ATKBD is not set +# CONFIG_KEYBOARD_QT1070 is not set +# CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_GPIOKEYS_AS_POWERKEY is not set +CONFIG_KEYBOARD_GPIO=y +# CONFIG_KEYBOARD_GPIO_POLLED is not set +# CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_MATRIX is not set +# CONFIG_KEYBOARD_LM8333 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_SAMSUNG is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_SUN4I_LRADC is not set +# CONFIG_KEYBOARD_OMAP4 is not set +# CONFIG_KEYBOARD_XTKBD is not set +# CONFIG_KEYBOARD_CAP11XX is not set +# CONFIG_KEYBOARD_BCM is not set +# CONFIG_KEYBOARD_SUNXI is not set +# CONFIG_GPIO_IR_RX_SUNXI is not set +# CONFIG_GPIO_IR_TX_SUNXI is not set # CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set diff --git a/lichee/rtos-hal/hal/source/vin/vin_isp/isp_server/isp_cfg/SENSOR_H/gc2083_mipi_isp600_20240911_ir.h b/lichee/rtos-hal/hal/source/vin/vin_isp/isp_server/isp_cfg/SENSOR_H/gc2083_mipi_isp600_20240911_ir.h index aade7d865..cd277408d 100755 --- a/lichee/rtos-hal/hal/source/vin/vin_isp/isp_server/isp_cfg/SENSOR_H/gc2083_mipi_isp600_20240911_ir.h +++ b/lichee/rtos-hal/hal/source/vin/vin_isp/isp_server/isp_cfg/SENSOR_H/gc2083_mipi_isp600_20240911_ir.h @@ -68,7 +68,7 @@ struct isp_test_param gc2083_mipi_ir_isp_test_settings = { .gtm_en = 1, .gamma_en = 1, .cem_en = 1, - .encpp_en = 0, + .encpp_en = 1, .enc_3dnr_en = 0, .enc_2dnr_en = 0 };