summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2007-09-18 14:53:24 +0000
committerXavier Bachelot <xavier@bachelot.org>2007-09-18 14:53:24 +0000
commit31d959d2ee69cc9e54adb88d5322339b665f0a8c (patch)
treebb6eab2d82939b632998db9cebf5f923c99467a2
parent4d31934b8b44fb4af42e0341db33b3925c39ce11 (diff)
one of the 2 pci ids is a CLE266 and thus needs to be in trunk
-rw-r--r--unichrome/via_id.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unichrome/via_id.c b/unichrome/via_id.c
index 81689df65179..3f01e5d49feb 100644
--- a/unichrome/via_id.c
+++ b/unichrome/via_id.c
@@ -90,6 +90,7 @@ static struct ViaCardIdStruct ViaCardId[] = {
{"ECS G320", VIA_CLE266, 0x1019, 0xB320, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"Asustek Terminator C3V", VIA_CLE266, 0x1043, 0x8155, VIA_DEVICE_CRT},
{"VIA VT3122 (CLE266)-EPIA M/MII/...", VIA_CLE266, 0x1106, 0x3122, VIA_DEVICE_CRT | VIA_DEVICE_TV},
+ {"MSI MS-6723", VIA_CLE266, 0x1462, 0X7238, VIA_DEVICE_CRT | VIA_DEVICE_TV},
{"Clevo T200V", VIA_CLE266, 0x1558, 0x200A, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
/* KM400 */
{"ECS KM400-M2", VIA_KM400, 0x1019, 0x1842, VIA_DEVICE_CRT},