summaryrefslogtreecommitdiff
path: root/v4l2-apps
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-09-06 10:41:37 +0200
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-09-06 10:41:37 +0200
commit06f2ee05ed81b2c469ce5a83b0c90da01752166b (patch)
tree60277c2b8066e5f0b4ce68681baa9fd2249f15ea /v4l2-apps
parent8ea6a6c6c6f581cbf41e8813f6edb45acd1181f6 (diff)
downloadmediapointer-dvb-s2-06f2ee05ed81b2c469ce5a83b0c90da01752166b.tar.gz
mediapointer-dvb-s2-06f2ee05ed81b2c469ce5a83b0c90da01752166b.tar.bz2
libv4l: update upside down devices table
From: Hans de Goede <hdegoede@redhat.com> libv4l: update upside down devices table Priority: normal Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps')
-rw-r--r--v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
index 755f9c7be..243f35dae 100644
--- a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
+++ b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
@@ -3,6 +3,7 @@
# (C) 2008-2009 Sjoerd Piepenbrink <need4weed@gmail.com>
# (C) 2008-2009 Radjnies Bhansingh <radjnies@gmail.com>
# (C) 2008-2009 Hans de Goede <hdegoede@redhat.com>
+# (C) 2009 Paul Sladen <ubuntu@paul.sladen.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
@@ -61,6 +62,8 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = {
/* Laptops */
{ 0x04f2, 0xb012, 0, "ASUSTeK Computer Inc. ", "F7L ",
V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },
+ { 0x04f2, 0xb012, 0, "ASUSTeK Computer Inc. ", "W7Sg ",
+ V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },
{ 0x04f2, 0xb012, 0, "ASUSTeK Computer Inc. ", "F7SR ",
V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },
{ 0x04f2, 0xb012, 0, "ASUSTeK Computer Inc. ", "G50VT ",
@@ -71,6 +74,9 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = {
V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },
{ 0x04f2, 0xb012, 0, "ASUSTeK Computer Inc. ", "X55SV ",
V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },
+ /* note different white space: http://launchpad.net/bugs/413752 */
+ { 0x04f2, 0xb012, 0, "ASUSTeK Computer Inc. ", "X71SL ",
+ V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },
/* These 3 PACKARD BELL's seem to be Asus notebook in disguise */
{ 0x04f2, 0xb012, 0, "Packard Bell BV", "T32A ",
V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },