diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-09-02 11:16:18 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-09-02 11:16:18 +0200 |
commit | 1b64f6c0606b5ccc94e58456e22702c8078cd8ec (patch) | |
tree | f7678bfcb35df41b8a01febbc213b4a5ba118755 /v4l2-apps/libv4l/libv4lconvert/control | |
parent | 6d4b16398a93f0c4be6f731bfa00912ca870c775 (diff) | |
download | mediapointer-dvb-s2-1b64f6c0606b5ccc94e58456e22702c8078cd8ec.tar.gz mediapointer-dvb-s2-1b64f6c0606b5ccc94e58456e22702c8078cd8ec.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/libv4l/libv4lconvert/control')
-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 1d53233db..5e39815c9 100644 --- a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c +++ b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c @@ -63,6 +63,8 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb012, 0, "ASUSTeK Computer Inc. ", "F7SR ", V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED }, + { 0x04f2, 0xb012, 0, "ASUSTeK Computer Inc. ", "G50VT ", + V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb012, 0, "ASUSTeK Computer Inc. ", "W7S ", V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED }, { 0x04f2, 0xb012, 0, "ASUSTeK Computer Inc. ", "X55SR ", |