diff options
author | Xavier Bachelot <xavier@bachelot.org> | 2007-04-12 08:23:07 +0000 |
---|---|---|
committer | Xavier Bachelot <xavier@bachelot.org> | 2007-04-12 08:23:07 +0000 |
commit | 265dd5b3de87b6100bcb5e6b244c4ed20f192819 (patch) | |
tree | f89564d01095351cfa0422ec891724eb6ba61039 | |
parent | be67432625cd2645016d7d66128c2848e2e35d59 (diff) |
Asustek P5V-VM DH (reported to Unichrome by Pedro Mota)
-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 40e7f27..a7ad7d1 100644 --- a/unichrome/via_id.c +++ b/unichrome/via_id.c @@ -198,6 +198,7 @@ static struct ViaCardIdStruct ViaCardId[] = { /* CX700 */ {"VIA VT3157 (CX700)", VIA_CX700, 0x1106, 0x3157, VIA_DEVICE_CRT}, /* P4M890 */ + {"Asustek P5V-VM DH", VIA_P4M890, 0x1043, 0x81CE, VIA_DEVICE_CRT}, {"Mitac 8615", VIA_P4M890, 0x1071, 0x8615, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, {"VIA VT3343 (P4M890)", VIA_P4M890, 0x1106, 0x3343, VIA_DEVICE_CRT}, /* keep this */ |