From 37b4b6829b2cffbf31ef9b4025a117bad0dbaf9e Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 11 Sep 2009 08:16:15 +0200 Subject: [PATCH] libv4l: update upside down devices table Revert bad upside down device table patch for the Asus X71SL (wrong DMI strings) from Paul Sladen, and add a new entry with the correct strings. Priority: normal Signed-off-by: Hans de Goede Signed-off-by: Mauro Carvalho Chehab --- lib/libv4lconvert/control/libv4lcontrol.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index 41d6066..afecad2 100644 --- a/lib/libv4lconvert/control/libv4lcontrol.c +++ b/lib/libv4lconvert/control/libv4lcontrol.c @@ -3,7 +3,6 @@ # (C) 2008-2009 Sjoerd Piepenbrink # (C) 2008-2009 Radjnies Bhansingh # (C) 2008-2009 Hans de Goede -# (C) 2009 Paul Sladen # 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 @@ -77,8 +76,7 @@ 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 ", + { 0x04f2, 0xb012, 0, "PEGATRON CORPORATION ", "X71SL ", V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED }, /* These 3 PACKARD BELL's seem to be Asus notebook in disguise */ { 0x04f2, 0xb012, 0, "Packard Bell BV", "T32A ", @@ -129,7 +127,6 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { /* Note no whitespace padding for board vendor, this is not a typo */ { 0x064e, 0xa111, 0, "ASUSTeK Computer Inc.", "F5RL ", V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED }, - /* Another Asus laptop in disguise */ { 0x064e, 0xa111, 0, "PEGATRON CORPORATION ", "F5SR ", V4LCONTROL_HFLIPPED|V4LCONTROL_VFLIPPED }, { 0x064e, 0xa116, 0, "ASUSTeK Computer Inc. ", "N10Jb ", -- 2.7.4