Loading
media: ov02c10: Fix default vertical flip
The driver right now defaults to setting the vertical flip bit. This conflicts with proper handling of the rotation property defined in ACPI or device tree, so drop the VFLIP bit. It should be handled via V4L2_CID_VFLIP instead. Reported-by:Frederic Stuyk <fstuyk@runbox.com> Closes: https://lore.kernel.org/all/b6df9ae7-ea9f-4e5a-8065-5b130f534f37@runbox.com/ Fixes: 44f89010 ("media: i2c: Add Omnivision OV02C10 sensor driver") Signed-off-by:
Sebastian Reichel <sre@kernel.org> Reviewed-by:
Bryan O'Donoghue <bod@kernel.org> Signed-off-by:
Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by:
Hans Verkuil <hverkuil+cisco@kernel.org>