mirror of
https://github.com/adulau/aha.git
synced 2025-01-04 23:23:18 +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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue