summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-06-24 14:11:00 +0200
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-06-24 14:11:00 +0200
commit3a2464da9eecc69416435aa55658c89dc7e305d9 (patch)
tree764adf3b542a095bed46c174fe80a31d0155daf2
parente9e321113789949491c97d93eae4f5e9bacc86f1 (diff)
downloadmediapointer-dvb-s2-3a2464da9eecc69416435aa55658c89dc7e305d9.tar.gz
mediapointer-dvb-s2-3a2464da9eecc69416435aa55658c89dc7e305d9.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>
-rw-r--r--v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
index 9b64f97cd..eb7e11a68 100644
--- a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
+++ b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
@@ -83,6 +83,9 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = {
V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },
{ 0x174f, 0x5a35, 0, "ASUSTeK Computer Inc. ", "G2S ",
V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },
+ /* Asus notebook in disguise */
+ { 0x04f2, 0xb012, 0, "PACKARD BELL BV ", "EasyNote_BG46",
+ V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },
{ 0x5986, 0x0205, 0, "LENOVO", "Base Board Product Name",
V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED, 0, "Lenovo IdeaPad U330" },