summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2007-01-20 23:24:29 +0000
committerBenno Schulenberg <bensberg@justemail.net>2007-01-20 23:24:29 +0000
commit03d5dee42c5cd791683b2007f3c69fe2f551fdf1 (patch)
tree305213202f8f3d6a17559e34c9efd43700ee631c
parenta9a816bd71d9ee5469aa97ff952040de5f9a46da (diff)
VN800 -> VM800; compile fix
-rw-r--r--unichrome/via_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unichrome/via_id.c b/unichrome/via_id.c
index c257380..78daa49 100644
--- a/unichrome/via_id.c
+++ b/unichrome/via_id.c
@@ -175,7 +175,7 @@ static struct ViaCardIdStruct ViaCardId[] = {
{"MSI PM8M3-V", VIA_VM800, 0x1462, 0x7211, VIA_DEVICE_CRT},
{"MSI PM8PM", VIA_VM800, 0x1462, 0x7222, VIA_DEVICE_CRT},
{"RoverBook Partner W500", VIA_VM800, 0x1509, 0x4330, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
- {"Clevo M5xxS", VIA_VN800, 0x1558, 0x5406, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
+ {"Clevo M5xxS", VIA_VM800, 0x1558, 0x5406, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"Biostar P4M80-M4", VIA_VM800, 0x1565, 0x1202, VIA_DEVICE_CRT}, /* shares numbers with Biostar P4VMA-M */
{"Fujitsu/Siemens Amilo Pro V2030", VIA_VM800, 0x1734, 0x109B, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"Fujitsu/Siemens Amilo Pro V2035", VIA_VM800, 0x1734, 0x10AE, VIA_DEVICE_CRT | VIA_DEVICE_LCD},