forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/usb/gspca/spca501.c
....@@ -1,18 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * SPCA501 chip based cameras initialization data
34 *
45 * V4L2 by 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.
15
- *
166 */
177
188 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
....@@ -574,7 +564,7 @@
574564 {0x0, 0x0001, 0x0010}, /* TG Start Clock */
575565
576566 /* {0x2, 0x006a, 0x0001}, * C/S Enable ISOSYNCH Packet Engine */
577
- {0x2, 0x0068, 0x0001}, /* C/S Diable ISOSYNCH Packet Engine */
567
+ {0x2, 0x0068, 0x0001}, /* C/S Disable ISOSYNCH Packet Engine */
578568 {0x2, 0x0000, 0x0005},
579569 {0x2, 0x0043, 0x0000}, /* C/S Set Timing Mode, Disable TG soft reset */
580570 {0x2, 0x0043, 0x0000}, /* C/S Set Timing Mode, Disable TG soft reset */