diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-03-04 06:10:45 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-03-04 06:10:45 +0100 |
commit | 53e1708bcbe910ddf5a548de0b2db0fda911de84 (patch) | |
tree | 21937481f2f891d008d476499cb278f68c72371d /sys/src | |
parent | d1c0f53fcdff6d31a36f9d802133b721fc84be1a (diff) |
igfx: add support for T510 (thanks mycroftiv)
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/cmd/aux/vga/igfx.c | 1 |
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; |