| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * T613 subdriver |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * 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. |
|---|
| 15 | 6 | * |
|---|
| 16 | 7 | *Notes: * t613 + tas5130A |
|---|
| 17 | 8 | * * Focus to light do not balance well as in win. |
|---|
| .. | .. |
|---|
| 966 | 957 | V4L2_CID_SATURATION, 0, 0xf, 1, 5); |
|---|
| 967 | 958 | v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, |
|---|
| 968 | 959 | 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 |
|---|
| 970 | 961 | backlight_compensation control) */ |
|---|
| 971 | 962 | v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, |
|---|
| 972 | 963 | V4L2_CID_BACKLIGHT_COMPENSATION, 0, 1, 1, 1); |
|---|