diff options
author | Xavier Bachelot <xavier@bachelot.org> | 2007-03-25 22:56:06 +0000 |
---|---|---|
committer | Xavier Bachelot <xavier@bachelot.org> | 2007-03-25 22:56:06 +0000 |
commit | 41202cbacf27543c2b8675159c7e783160bd3552 (patch) | |
tree | eaa39f67583628266ba830f4775e0d6990d3d580 | |
parent | 51ea39544301bc25f2f4ce60dace1ec6e47cad5f (diff) |
Clevo T200V (David Numan)
-rw-r--r-- | unichrome/via_id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unichrome/via_id.c b/unichrome/via_id.c index 395bab8..56f6000 100644 --- a/unichrome/via_id.c +++ b/unichrome/via_id.c @@ -90,6 +90,7 @@ 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}, + {"Clevo T200V", VIA_CLE266, 0x1558, 0x200A, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, /* 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}, |