Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: i2c: ov01a10: Remove values set by controls from global_setting[]

Registers 0x3501 (exposure), 0x3508 (analogue-gain) and 0x4503 (test-
pattern) are already set through __v4l2_ctrl_handler_setup() drop them
from ov01a10_global_setting[].

Signed-off-by: Hans de Goede <hansg@kernel.org>
Tested-by: Mehdi Djait <mehdi.djait@linux.intel.com> # Dell XPS 9315
Reviewed-by: Mehdi Djait <mehdi.djait@linux.intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>

authored by

Hans de Goede and committed by
Hans Verkuil
a9aafc57 b9315439

-5
-5
drivers/media/i2c/ov01a10.c
··· 123 123 {0x3002, 0xa1}, 124 124 {0x301e, 0xf0}, 125 125 {0x3022, 0x01}, 126 - {0x3501, 0x03}, 127 - {0x3502, 0x78}, 128 126 {0x3504, 0x0c}, 129 - {0x3508, 0x01}, 130 - {0x3509, 0x00}, 131 127 {0x3601, 0xc0}, 132 128 {0x3603, 0x71}, 133 129 {0x3610, 0x68}, ··· 193 197 {0x4300, 0xff}, 194 198 {0x4301, 0x00}, 195 199 {0x4302, 0x0f}, 196 - {0x4503, 0x00}, 197 200 {0x4601, 0x50}, 198 201 {0x4800, 0x64}, 199 202 {0x481f, 0x34},