From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- kernel/drivers/media/i2c/techpoint/techpoint_common.h | 13 +++---------- 1 files changed, 3 insertions(+), 10 deletions(-) diff --git a/kernel/drivers/media/i2c/techpoint/techpoint_common.h b/kernel/drivers/media/i2c/techpoint/techpoint_common.h index 9d67db1..c7310f3 100644 --- a/kernel/drivers/media/i2c/techpoint/techpoint_common.h +++ b/kernel/drivers/media/i2c/techpoint/techpoint_common.h @@ -1,8 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * Rockchip CIF Driver + * Techpoint Lib * - * Copyright (C) 2022 Rockchip Electronics Co., Ltd. + * Copyright (C) 2023 Rockchip Electronics Co., Ltd. */ #ifndef _TECHPOINT_COMMON_H @@ -52,6 +52,7 @@ CHIP_TP2815, CHIP_TP9930, CHIP_TP9950, + CHIP_TP9951, }; enum techpoint_input_type { @@ -69,14 +70,6 @@ TECHPOINT_S_RESO_PAL, TECHPOINT_S_RESO_NTSC, TECHPOINT_S_RESO_NUMS, -}; - -enum techpoint_max_pad { - PAD0, - PAD1, - PAD2, - PAD3, - PAD_MAX, }; struct techpoint_video_modes { -- Gitblit v1.6.2