diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2011-03-17 20:01:31 +0000 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2011-03-17 20:01:31 +0000 |
commit | d15b10d0ba0e99cecd87333dba5c91eb8b1b63a3 (patch) | |
tree | 828eb03610cba185e3b47b0189bab9d33f7594ed | |
parent | ee2314d581e1550631f3b65f434f2902bea5a6df (diff) |
Add HP t5550 Thin Client support (thanks to dna67)
-rw-r--r-- | src/via_id.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/via_id.c b/src/via_id.c index fce5006..053b516 100644 --- a/src/via_id.c +++ b/src/via_id.c @@ -245,6 +245,8 @@ static struct ViaCardIdStruct ViaCardId[] = { /*** VX900 ***/ {"Foxconn L740", VIA_VX900, 0x105B, 0x0CFD, VIA_DEVICE_LCD | VIA_DEVICE_CRT}, + {"HP T5550 Thin Client", VIA_VX900, 0x1106, 0x7122, VIA_DEVICE_CRT}, + /* keep this */ {NULL, VIA_UNKNOWN, 0x0000, 0x0000, VIA_DEVICE_NONE} |