forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/usb/gspca/t613.c
....@@ -1,17 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * T613 subdriver
34 *
45 * Copyright (C) 2010 Jean-Francois Moine (http://moinejf.free.fr)
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation; either version 2 of the License, or
9
- * any later version.
10
- *
11
- * This program is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
156 *
167 *Notes: * t613 + tas5130A
178 * * Focus to light do not balance well as in win.
....@@ -966,7 +957,7 @@
966957 V4L2_CID_SATURATION, 0, 0xf, 1, 5);
967958 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
968959 V4L2_CID_GAMMA, 0, GAMMA_MAX, 1, 10);
969
- /* Activate lowlight, some apps dont bring up the
960
+ /* Activate lowlight, some apps don't bring up the
970961 backlight_compensation control) */
971962 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
972963 V4L2_CID_BACKLIGHT_COMPENSATION, 0, 1, 1, 1);