summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-03-04 06:12:37 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2018-03-04 06:12:37 +0100
commit8e654cf76112ffe67ff1649fd0e570975a08a823 (patch)
tree8d98c83f33048a36cf97d22af4cd57a9160cbd32 /sys
parent891a8c4f2c3a18c60cbfb3b15a67be32937fbfad (diff)
parent53e1708bcbe910ddf5a548de0b2db0fda911de84 (diff)
merge
Diffstat (limited to 'sys')
-rw-r--r--sys/src/cmd/aux/vga/igfx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/aux/vga/igfx.c b/sys/src/cmd/aux/vga/igfx.c
index 48a2a363e..3d7841a36 100644
--- a/sys/src/cmd/aux/vga/igfx.c
+++ b/sys/src/cmd/aux/vga/igfx.c
@@ -371,6 +371,7 @@ devtype(Igfx *igfx)
case 0x0166: /* 3rd Gen Core - ThinkPad X230 */
case 0x0152: /* 2nd/3rd Gen Core - Core-i3 */
return TypeIVB;
+ case 0x0046: /* Thinkpad T510 */
case 0x0102: /* Dell Optiplex 790 */
case 0x0126: /* Thinkpad X220 */
return TypeSNB;