diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-27 16:58:19 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-27 16:58:19 +0000 |
commit | 78e866cf9011bd6f1ed815a3e4621ed125020fc3 (patch) | |
tree | ba72c747c3e2a9c85898dd8dc7c3eef5d91ef5be | |
parent | 2d04131dc888841991b0e7cbed29c6a869d0a9a2 (diff) | |
download | ldetect-lst-78e866cf9011bd6f1ed815a3e4621ed125020fc3.tar ldetect-lst-78e866cf9011bd6f1ed815a3e4621ed125020fc3.tar.gz ldetect-lst-78e866cf9011bd6f1ed815a3e4621ed125020fc3.tar.bz2 ldetect-lst-78e866cf9011bd6f1ed815a3e4621ed125020fc3.tar.xz ldetect-lst-78e866cf9011bd6f1ed815a3e4621ed125020fc3.zip |
Only use old intel driver for a specific subv:subd of 0x8086:0x3582
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lst/pcitable | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,4 @@ +- only use Intel 810 for a specic subvendor/subdevice of 0x8086:0x3582 - add a lot of Proview monitors (Yannick56, #49104) Version 0.1.256 - 24 March 2009 diff --git a/lst/pcitable b/lst/pcitable index 54c5c00f..2fbc6b49 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2053,7 +2053,8 @@ 0x8086 0x2e22 "Card:Intel 810 and later" 0x8086 0x2e32 "Card:Intel 810 and later" 0x8086 0x3577 "Card:Intel 810 and later" -0x8086 0x3582 "Card:Intel 810" +0x8086 0x3582 0x1179 0x0002 "Card:Intel 810" +0x8086 0x3582 "Card:Intel 810 and later" 0x8086 0x5002 "Card:Intel Vermilion-based cards" 0x8086 0x7113 "sonypi" 0x8086 0x7121 "Card:Intel 810" |