summaryrefslogtreecommitdiff
path: root/v4l2-apps/libv4l/libv4lconvert/control
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-04-17 11:12:08 +0200
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-04-17 11:12:08 +0200
commit53d7375e8b366a0639000eb0377a93fc20ee563b (patch)
tree8141b20dbc2930d310f306ae4e05ae341796dbbd /v4l2-apps/libv4l/libv4lconvert/control
parent719bc62fd5ec60a01544dbcd3ce01b8356151f56 (diff)
downloadmediapointer-dvb-s2-53d7375e8b366a0639000eb0377a93fc20ee563b.tar.gz
mediapointer-dvb-s2-53d7375e8b366a0639000eb0377a93fc20ee563b.tar.bz2
libv4l: Add sq905 to the list of devices which benefit from whitebalancing
From: Hans de Goede <hdegoede@redhat.com> libv4l: Add sq905 to the list of devices which benefit from whitebalancing Priority: normal Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/libv4lconvert/control')
-rw-r--r--v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
index 2aa2d8b38..93c08c0c2 100644
--- a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
+++ b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
@@ -72,6 +72,8 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = {
{ 0x2001, 0xf115, 0, 0, V4LCONTROL_WANTS_WB },
/* Pac7302 based devices */
{ 0x093a, 0x2620, 0x0f, V4LCONTROL_ROTATED_90_JPEG, V4LCONTROL_WANTS_WB },
+ /* sq905 devices */
+ { 0x2770, 0x9120, 0, 0, V4LCONTROL_WANTS_WB },
};
static void v4lcontrol_init_flags(struct v4lcontrol_data *data)