summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2009-10-15 14:22:12 +0200
committerLuc Verhaegen <libv@skynet.be>2009-10-15 14:22:12 +0200
commit3b624b626a7644e6eb07e8f08c4cda5c603f3c09 (patch)
tree6f1bb7df9d53784b43bc01a691d6ef534bc06fc9
parentdcd5ff941fb32828cc499613fa504cdd2c473e70 (diff)
ID: VT1122: Add Quanta IL1.
Plus, get rid of the VT3225 comment that was still left over.
-rw-r--r--src/via_id.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/via_id.c b/src/via_id.c
index b5c89f3..2c6cbce 100644
--- a/src/via_id.c
+++ b/src/via_id.c
@@ -199,12 +199,13 @@ static struct ViaCardId ViaCardIds[] = {
{"Asustek P5V-VM Ultra", VT3343, 0x1043, 0x81B5, FALSE },
{"Asustek P5V-VM DH", VT3343, 0x1043, 0x81CE, FALSE }, /* board also sold in Asus V2-PE2 barebone */
{"MSI P4M890M", VT3343, 0x1462, 0x7255, FALSE },
- /* VT3225: CN750, CN800 */
/* VT3371: P4M900, VN896, CN896 */
{"HP/Compaq Mininote (2133)", VT3371, 0x103C, 0x3030, TRUE },
{"Foxconn P4M9007MB", VT3371, 0x105B, 0x0C87, FALSE },
{"Fujitsu/Siemens Amilo Pro V3515", VT3371, 0x1734, 0x10CB, TRUE },
{"Fujitsu/Siemens Amilo Li 1705", VT3371, 0x1734, 0x10F7, TRUE },
+ /* VT1122: VX800 */
+ {"Quanta IL1", VT1122, 0x152D, 0x0771, TRUE },
/* keep this */
{NULL, VIA_CHIP_UNKNOWN, 0x0000, 0x0000, FALSE}
};