summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2007-10-10 10:17:53 +0000
committerXavier Bachelot <xavier@bachelot.org>2007-10-10 10:17:53 +0000
commit209be1a325a76e26de33460ad84fe0f01894f2e0 (patch)
treec0d6cdf51eeb405f48124ee73f3ba5673fecde39
parent079a0913be0ed3d66c6ca2820bfdc65b80da479c (diff)
sync 2 pci ids from trunk
-rw-r--r--src/via_id.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/via_id.c b/src/via_id.c
index a2bda6a8d532..7e3c176f148b 100644
--- a/src/via_id.c
+++ b/src/via_id.c
@@ -90,7 +90,9 @@ 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},
+ {"Biostar ARKplus III", VIA_CLE266, 0x1565, 0x3204, VIA_DEVICE_CRT | VIA_DEVICE_TV}, /* FS454 TV encoder */
/* KM400 */
{"ECS KM400-M2", VIA_KM400, 0x1019, 0x1842, VIA_DEVICE_CRT},
{"Acer Aspire 135x", VIA_KM400, 0x1025, 0x0033, VIA_DEVICE_CRT | VIA_DEVICE_LCD | VIA_DEVICE_TV},