summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2007-05-10 10:11:11 +0000
committerXavier Bachelot <xavier@bachelot.org>2007-05-10 10:11:11 +0000
commitcc7c355678be1509e88e29b3aec20df93c5a067c (patch)
treef9074f5af23c03178a63e0386ea37b1d6267d2a2
parent891654ee14863de09934d65278eb4dff99653c2c (diff)
real Asustek P5VDC-MX and fix Asustek P5VDC-TVM
-rw-r--r--unichrome/via_id.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unichrome/via_id.c b/unichrome/via_id.c
index 74abf7d..8f7801c 100644
--- a/unichrome/via_id.c
+++ b/unichrome/via_id.c
@@ -170,7 +170,8 @@ static struct ViaCardIdStruct ViaCardId[] = {
{"Clevo/RoverBook Partner E419L", VIA_VM800, 0x1019, 0x0F75, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"ECS P4M800PRO-M", VIA_VM800, 0x1019, 0x2122, VIA_DEVICE_CRT},
{"ECS C7VCM", VIA_VM800, 0x1019, 0xAA2D, VIA_DEVICE_CRT},
- {"Asustek P5VDC-MX", VIA_VM800, 0x1043, 0x81CE, VIA_DEVICE_CRT},
+ {"Asustek P5VDC-MX", VIA_VM800, 0x1043, 0x3344, VIA_DEVICE_CRT},
+ {"Asustek P5VDC-TVM", VIA_VM800, 0x1043, 0x81CE, VIA_DEVICE_CRT},
{"Gateway MX3210", VIA_VM800, 0x107B, 0x0216, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"VIA VT3344 (VM800) - EPIA EN", VIA_VM800, 0x1106, 0x3344, VIA_DEVICE_CRT | VIA_DEVICE_TV},
{"Gigabyte GA-8VM800M-775", VIA_VM800, 0x1458, 0xD000, VIA_DEVICE_CRT},