diff options
author | Olivier Blin <oblin@mandriva.com> | 2010-03-30 11:38:01 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2010-03-30 11:38:01 +0000 |
commit | 392d8d6842741f4e14fea375a8d8e31ef6b9c6db (patch) | |
tree | fa06eb9612d003db08d77f494e18d2df6f9c89ba | |
parent | 81c21f33a0d49409498303c0498237f293b1eaff (diff) | |
download | ldetect-lst-392d8d6842741f4e14fea375a8d8e31ef6b9c6db.tar ldetect-lst-392d8d6842741f4e14fea375a8d8e31ef6b9c6db.tar.gz ldetect-lst-392d8d6842741f4e14fea375a8d8e31ef6b9c6db.tar.bz2 ldetect-lst-392d8d6842741f4e14fea375a8d8e31ef6b9c6db.tar.xz ldetect-lst-392d8d6842741f4e14fea375a8d8e31ef6b9c6db.zip |
backport intel fixes from cooker (B43, Pineview, Core i3/i5)
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | lst/pcitable | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,8 @@ +- add support for Intel Atom "Pineview G" and "Pineview GM" integrated + graphics adapters +- add support for desktop and mobile Intel Core i3/i5 integrated + graphics adapters +- add support for Intel B43 graphics adapter - Monitor DB o add entry for 'Samsung SyncMaster 2233SW (Charles A Edwards) o add entry for 'Samsung SyncMaster 2494HS' (Marek Laane) diff --git a/lst/pcitable b/lst/pcitable index 12b3bd4b..419620c1 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1988,6 +1988,8 @@ 0x5333 0x9102 "Card:S3 Savage-based cards" 0x5333 0xb031 "Card:S3 8xx / 9xx / Trio / Aurora64V+-based cards" 0x8086 0x0039 "tulip" +0x8086 0x0042 "Card:Intel 810 and later" +0x8086 0x0046 "Card:Intel 810 and later" 0x8086 0x0600 "gdth" 0x8086 0x0601 "gdth" 0x8086 0x1132 "Card:Intel 810 and later" @@ -2049,6 +2051,7 @@ 0x8086 0x2e12 "Card:Intel 810 and later" 0x8086 0x2e22 "Card:Intel 810 and later" 0x8086 0x2e32 "Card:Intel 810 and later" +0x8086 0x2e42 "Card:Intel 810 and later" 0x8086 0x3577 "Card:Intel 810 and later" 0x8086 0x3582 "Card:Intel 810 and later" 0x8086 0x5002 "Card:Intel Vermilion-based cards" @@ -2060,6 +2063,8 @@ 0x8086 0x7800 "Card:Intel 740-based cards" 0x8086 0x8108 "Card:Intel Poulsbo US15W (GMA500)" 0x8086 0x8109 "Card:Intel Poulsbo US15W (GMA500)" +0x8086 0xa001 "Card:Intel 810 and later" +0x8086 0xa011 "Card:Intel 810 and later" 0x80ee 0xbeef "Card:VirtualBox virtual video card" 0xe159 0x0001 0x0059 0x0001 "ISDN:hisax,type=20" 0xe159 0x0002 0x0051 0x0001 "ISDN:sedlfax" |