summaryrefslogtreecommitdiff
path: root/sys/src
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-03-04 06:10:45 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2018-03-04 06:10:45 +0100
commit53e1708bcbe910ddf5a548de0b2db0fda911de84 (patch)
tree21937481f2f891d008d476499cb278f68c72371d /sys/src
parentd1c0f53fcdff6d31a36f9d802133b721fc84be1a (diff)
igfx: add support for T510 (thanks mycroftiv)
Diffstat (limited to 'sys/src')
-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;