summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2010-08-27 07:42:51 +0000
committerXavier Bachelot <xavier@bachelot.org>2010-08-27 07:42:51 +0000
commit837233fa35c574f0b14bf2f7a75045cb92c019d6 (patch)
tree218991f1166a2d96ef8fe8e1cc431ed0d56da962
parentc7d81ffa26bf502290f7fff26ae6831e878e75bf (diff)
fix typo in r857
-rw-r--r--src/via_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/via_id.c b/src/via_id.c
index cbc9261..d6131e0 100644
--- a/src/via_id.c
+++ b/src/via_id.c
@@ -138,7 +138,7 @@ static struct ViaCardIdStruct ViaCardId[] = {
{"Haier A60-440256080BD", VIA_VM800, 0x1019, 0x0F79, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"PCChips P23G", VIA_VM800, 0x1019, 0x1623, VIA_DEVICE_CRT},
{"ECS P4M800PRO-M", VIA_VM800, 0x1019, 0x2122, VIA_DEVICE_CRT},
- {"ECS P4M800PRO-M2 (V2.0)" VIA_VM800, 0x1019, 0x2123, VIA_DEVICE_CRT},
+ {"ECS P4M800PRO-M2 (V2.0)", VIA_VM800, 0x1019, 0x2123, VIA_DEVICE_CRT},
{"ECS C7VCM", VIA_VM800, 0x1019, 0xAA2D, VIA_DEVICE_CRT},
{"PCChips V21G", VIA_VM800, 0x1019, 0xAA51, VIA_DEVICE_CRT},
{"Asustek P5VDC-MX", VIA_VM800, 0x1043, 0x3344, VIA_DEVICE_CRT},