mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 15:13:52 +00:00
V4L/DVB (11719): gspca - vc032x: mi1320_soc images are upside-down
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
2c9561088b
commit
d1ba6f15c8
@ -2519,6 +2519,8 @@ static int sd_config(struct gspca_dev *gspca_dev,
|
||||
case SENSOR_MI1320_SOC:
|
||||
cam->cam_mode = bi_mode;
|
||||
cam->nmodes = ARRAY_SIZE(bi_mode);
|
||||
cam->input_flags = V4L2_IN_ST_VFLIP |
|
||||
V4L2_IN_ST_HFLIP;
|
||||
break;
|
||||
default:
|
||||
cam->cam_mode = vc0323_mode;
|
||||
|
Loading…
Reference in New Issue
Block a user