mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
[media] pwc: Fix codec1 cameras no longer working
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
2b34e9d1be
commit
bb969707f9
@ -179,6 +179,8 @@ static int set_video_mode_Nala(struct pwc_device *pdev, int size, int pixfmt,
|
||||
return -EINVAL;
|
||||
if (frames < 4)
|
||||
frames = 4;
|
||||
else if (size > PSZ_QCIF && frames > 15)
|
||||
frames = 15;
|
||||
else if (frames > 25)
|
||||
frames = 25;
|
||||
frames = frames2frames[frames];
|
||||
|
Loading…
Reference in New Issue
Block a user