.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * SPCA501 chip based cameras initialization data |
---|
3 | 4 | * |
---|
4 | 5 | * 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 | | - * |
---|
16 | 6 | */ |
---|
17 | 7 | |
---|
18 | 8 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
---|
.. | .. |
---|
574 | 564 | {0x0, 0x0001, 0x0010}, /* TG Start Clock */ |
---|
575 | 565 | |
---|
576 | 566 | /* {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 */ |
---|
578 | 568 | {0x2, 0x0000, 0x0005}, |
---|
579 | 569 | {0x2, 0x0043, 0x0000}, /* C/S Set Timing Mode, Disable TG soft reset */ |
---|
580 | 570 | {0x2, 0x0043, 0x0000}, /* C/S Set Timing Mode, Disable TG soft reset */ |
---|