diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-05-24 20:38:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-05-24 20:38:36 +0000 |
commit | 72084bb9744072bebef1df6e793b645e33f6ac47 (patch) | |
tree | ce2e7c807bd5eb7b3b67c0a0ad932793f9b0f23d | |
parent | 53deffa95a32e6d946b004c3e83bee0865a7c01d (diff) | |
download | ldetect-lst-72084bb9744072bebef1df6e793b645e33f6ac47.tar ldetect-lst-72084bb9744072bebef1df6e793b645e33f6ac47.tar.gz ldetect-lst-72084bb9744072bebef1df6e793b645e33f6ac47.tar.bz2 ldetect-lst-72084bb9744072bebef1df6e793b645e33f6ac47.tar.xz ldetect-lst-72084bb9744072bebef1df6e793b645e33f6ac47.zip |
add support for all new Intel Sandy Bridge graphics devices (mga#1401)
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lst/pcitable | 9 |
2 files changed, 10 insertions, 0 deletions
@@ -1,4 +1,5 @@ - add new ATI ids from the proprietary driver +- add support for all new Intel Sandy Bridge graphics devices (mga#1401) Version 0.1.291 - 22 March 2011 diff --git a/lst/pcitable b/lst/pcitable index be4b5215..2723a7b9 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2103,6 +2103,13 @@ 0x8086 0x0039 "tulip" 0x8086 0x0042 "Card:Intel 810 and later" 0x8086 0x0046 "Card:Intel 810 and later" +0x8086 0x0102 "Card:Intel 810 and later" +0x8086 0x0106 "Card:Intel 810 and later" +0x8086 0x010a "Card:Intel 810 and later" +0x8086 0x0112 "Card:Intel 810 and later" +0x8086 0x0116 "Card:Intel 810 and later" +0x8086 0x0122 "Card:Intel 810 and later" +0x8086 0x0126 "Card:Intel 810 and later" 0x8086 0x0600 "gdth" 0x8086 0x0601 "gdth" 0x8086 0x1132 "Card:Intel 810 and later" @@ -2165,8 +2172,10 @@ 0x8086 0x2e22 "Card:Intel 810 and later" 0x8086 0x2e32 "Card:Intel 810 and later" 0x8086 0x2e42 "Card:Intel 810 and later" +0x8086 0x2e92 "Card:Intel 810 and later" 0x8086 0x3577 "Card:Intel 810 and later" 0x8086 0x3582 "Card:Intel 810 and later" +0x8086 0x358e "Card:Intel 810 and later" 0x8086 0x5002 "Card:Intel Vermilion-based cards" 0x8086 0x7121 "Card:Intel 810 and later" 0x8086 0x7123 "Card:Intel 810 and later" |