From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 22 Oct 2024 10:36:11 +0000
Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM

---
 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