V4L/DVB (8870): gspca: Fix dark room problem with sonixb.
authorHans de Goede <j.w.r.degoede@hhs.nl>
Thu, 4 Sep 2008 19:22:56 +0000 (16:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 4 Sep 2008 19:22:56 +0000 (16:22 -0300)
commitbf2a2202f75cda679303f09d150f9549f9835953
tree5f5d6b2466e573b920fffa83c5d3eff1f59346d1
parenta94a508691d16420ad10572a33db4d45115b5f75
V4L/DVB (8870): gspca: Fix dark room problem with sonixb.

When using the sonixb driver in a dark room and given that the autoexposure
algorithm starts with a setting most suitable for daylight, the picture
produced by the cam may actually be 100% black leading to a avg_lum value of 0,
so an avg_lum value of 0 does not always signal an exposure settings change
(which it normally does). This patch adds a check for the really black image
case and stops dropping all frames as invalid in this case.

Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/sonixb.c