]> git.karo-electronics.de Git - karo-tx-linux.git/commit
uvcvideo: Fix uvc_fixup_video_ctrl() format search
authorStephan Lachowsky <stephan.lachowsky@maxim-ic.com>
Fri, 28 Jan 2011 02:04:33 +0000 (23:04 -0300)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 26 Jun 2011 16:47:13 +0000 (12:47 -0400)
commitddbd4ca233627706baa01dee4fb600014bcc8f41
tree59353364e7cf54d36abf2f034ba58440672a5b4d
parent230b6541054112c949de4ad643bff3fe0f2f2b12
uvcvideo: Fix uvc_fixup_video_ctrl() format search

commit 38a66824d96de8aeeb915e6f46f0d3fe55828eb1 upstream.

The scheme used to index format in uvc_fixup_video_ctrl() is not robust:
format index is based on descriptor ordering, which does not necessarily
match bFormatIndex ordering.  Searching for first matching format will
prevent uvc_fixup_video_ctrl() from using the wrong format/frame to make
adjustments.

Signed-off-by: Stephan Lachowsky <stephan.lachowsky@maxim-ic.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/media/video/uvc/uvc_video.c