summaryrefslogtreecommitdiff
path: root/v4l2-apps
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-07-27 14:20:59 +0200
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-07-27 14:20:59 +0200
commit8a002c4721144c30733d736f6447ebd9238a8e21 (patch)
tree5c1bc84a58ab1a7ab1f032fd94cc935350b9b190 /v4l2-apps
parentd02c07fa32efb03f3c5f29781e4a1adbadef1e51 (diff)
downloadmediapointer-dvb-s2-8a002c4721144c30733d736f6447ebd9238a8e21.tar.gz
mediapointer-dvb-s2-8a002c4721144c30733d736f6447ebd9238a8e21.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.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 3b0dd2307..2a9038116 100644
--- a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
+++ b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
@@ -87,6 +87,9 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = {
V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },
{ 0x04f2, 0xb071, 0, "ASUSTeK Computer Inc. ", "N10J ",
V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },
+ /* Note no whitespace padding, this is not a typo */
+ { 0x04f2, 0xb071, 0, "ASUSTeK Computer INC.", "N5051Tp",
+ V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },
/* Note no whitespace padding for board vendor, this is not a typo */
{ 0x064e, 0xa111, 0, "ASUSTeK Computer Inc.", "F5RL ",
V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED },