summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2012-06-13 00:52:19 +0200
committerXavier Bachelot <xavier@bachelot.org>2012-06-13 00:52:19 +0200
commitbb0329d5c4276bdcbfb457a9dcfffdda33d8954f (patch)
treeb025754fd3cd16b4e5ab6b5d69b1f34d9a5e3890
parentb813ef83d5208521f143846d9b0fd27e239708f2 (diff)
Fujitsu Futro S100 (reported by Ferencsik Péter)
-rw-r--r--src/via_id.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/via_id.c b/src/via_id.c
index c352535..2c21571 100644
--- a/src/via_id.c
+++ b/src/via_id.c
@@ -241,6 +241,7 @@ static struct ViaCardIdStruct ViaCardId[] = {
{"FIC CE2A1", VIA_VX800, 0x1509, 0x3002, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"Quanta DreamBook Light IL1", VIA_VX800, 0x152d, 0x0771, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"Lenovo S12", VIA_VX800, 0x17aa, 0x388c, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
+ {"Fujitsu Futro S100", VIA_VX800, 0xA0A0, 0x0702, VIA_DEVICE_CRT},
/*** VX855 ***/
{"VIA VT8562C", VIA_VX855, 0x1106, 0x5122, VIA_DEVICE_CRT},