diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-08-24 09:52:55 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-08-24 09:52:55 +0200 |
commit | 1c5ff9ce104bd7d439cf6e58a797c4317d58a5e4 (patch) | |
tree | 3c4926cf3c689507ec4b542dc48b53667277c33c /v4l2-apps | |
parent | c3ae7357dc572ef9b97ecdb330618732472f20cf (diff) | |
download | mediapointer-dvb-s2-1c5ff9ce104bd7d439cf6e58a797c4317d58a5e4.tar.gz mediapointer-dvb-s2-1c5ff9ce104bd7d439cf6e58a797c4317d58a5e4.tar.bz2 |
libv4l: add 06f8:3009 pac7302 90 degrees rotated cam to the device table
From: Stéphane Marguet (Stemp) <smarguet <at> gmail.com>
libv4l: add 06f8:3009 pac7302 90 degrees rotated cam to the device table
Priority: normal
Signed-off-by: Stéphane Marguet (Stemp) <smarguet <at> gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps')
-rw-r--r-- | v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c | 2 |
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 6acf641f1..13009b471 100644 --- a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c +++ b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c @@ -155,6 +155,8 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { /* Pac7302 based devices */ { 0x093a, 0x2620, 0x0f, NULL, NULL, V4LCONTROL_ROTATED_90_JPEG|V4LCONTROL_WANTS_WB }, + { 0x06f8, 0x3009, 0, NULL, NULL, + V4LCONTROL_ROTATED_90_JPEG|V4LCONTROL_WANTS_WB }, /* Pac7311 based devices */ { 0x093a, 0x2600, 0x0f, NULL, NULL, V4LCONTROL_WANTS_WB }, /* sq905 devices */ |