diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2010-01-05 12:24:17 +0000 |
---|---|---|
committer | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2010-01-05 12:24:17 +0000 |
commit | 499f6203b6ea506ce6651b9e9b5dadd4b33c991f (patch) | |
tree | e166249987216f04dcb92254ac431a6a917ce17a | |
parent | 7b1137c420cd43a9db55707244f85a775898c856 (diff) | |
download | ldetect-lst-499f6203b6ea506ce6651b9e9b5dadd4b33c991f.tar ldetect-lst-499f6203b6ea506ce6651b9e9b5dadd4b33c991f.tar.gz ldetect-lst-499f6203b6ea506ce6651b9e9b5dadd4b33c991f.tar.bz2 ldetect-lst-499f6203b6ea506ce6651b9e9b5dadd4b33c991f.tar.xz ldetect-lst-499f6203b6ea506ce6651b9e9b5dadd4b33c991f.zip |
add support for Intel Atom "Pineview G" and "Pineview GM" integrated
graphics adapters
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lst/pcitable | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- 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 diff --git a/lst/pcitable b/lst/pcitable index ab29b690..69d3182e 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2025,6 +2025,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" |