summaryrefslogtreecommitdiff
path: root/v4l2-apps/libv4l
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
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')
-rw-r--r--v4l2-apps/libv4l/ChangeLog1
-rw-r--r--v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog
index b57ceca57..2da0139d4 100644
--- a/v4l2-apps/libv4l/ChangeLog
+++ b/v4l2-apps/libv4l/ChangeLog
@@ -4,6 +4,7 @@ libv4l-0.5.98
* Some makefile improvements by Gregor Jasny
* If the card name contains a / replace it with a - in the shm name
* Only created shared memory segment when we have fake v4l2 controls
+* Add sq905 to the list of devices which benefit from whitebalancing
libv4l-0.5.97
-------------
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)