]> git.kernelconcepts.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Mar 2011 18:30:43 +0000 (11:30 -0700)
commitaa47e59a08577f9054c46cffe1dfe52ff5224c83
treed3af1c7a3971e604e112c6ecb44b698f6c287c90
parent44331dfa4ee2b9821f1d4ea644750653b81e7c35
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: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/uvc/uvc_video.c