summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2011-07-23 22:25:03 +0000
committerXavier Bachelot <xavier@bachelot.org>2011-07-23 22:25:03 +0000
commita1541a6d9c497c33e3574c1afe5056a38c7747fa (patch)
tree47e2467d120862a6e7bd156f6f3653bf852966fb
parentfc5b8300c9768a9ca940244b6e8cd70bee27fc64 (diff)
MSI PM9M-V (reported by Florin Rentea)
-rw-r--r--src/via_id.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/via_id.c b/src/via_id.c
index d5f5fdb..2a2c894 100644
--- a/src/via_id.c
+++ b/src/via_id.c
@@ -193,6 +193,7 @@ static struct ViaCardIdStruct ViaCardId[] = {
{"Gigabyte GA-VM900M", VIA_P4M900, 0x1458, 0xD000, VIA_DEVICE_CRT},
{"MSI VR321", VIA_P4M900, 0x1462, 0x3355, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"MSI P4M900M / P4M900M2-F/L", VIA_P4M900, 0x1462, 0x7255, VIA_DEVICE_CRT},
+ {"MSI PM9M-V", VIA_P4M900, 0x1462, 0x7364, VIA_DEVICE_CRT},
{"MSI P4M900M3-L", VIA_P4M900, 0x1462, 0x7387, VIA_DEVICE_CRT},
{"Twinhead H12V", VIA_P4M900, 0x14FF, 0xA00F, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"Twinhead K15V", VIA_P4M900, 0x14FF, 0xA012, VIA_DEVICE_CRT | VIA_DEVICE_LCD},