diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-04-14 12:52:02 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-04-14 12:52:02 +0000 |
commit | a15813d43524014c38bbfc52e3922f0f224f6a11 (patch) | |
tree | b8e1e658c0dc4795dccbe32e1334aa15121a20e2 | |
parent | 42f223a88acea0c5c2ad7872fb8004b884918f12 (diff) | |
download | ldetect-lst-a15813d43524014c38bbfc52e3922f0f224f6a11.tar ldetect-lst-a15813d43524014c38bbfc52e3922f0f224f6a11.tar.gz ldetect-lst-a15813d43524014c38bbfc52e3922f0f224f6a11.tar.bz2 ldetect-lst-a15813d43524014c38bbfc52e3922f0f224f6a11.tar.xz ldetect-lst-a15813d43524014c38bbfc52e3922f0f224f6a11.zip |
fix i945GM id for intel-agp
-rw-r--r-- | ldetect-lst.spec | 3 | ||||
-rw-r--r-- | lst/pcitable | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ldetect-lst.spec b/ldetect-lst.spec index 2d618e9d..fa38e300 100644 --- a/ldetect-lst.spec +++ b/ldetect-lst.spec @@ -64,10 +64,11 @@ fi %{_bindir}/* %changelog -* Thu Apr 13 2006 Gwenole Beauchesne <gbeauchesne@mandriva.com> 0.1.126-1mdk +* Fri Apr 14 2006 Gwenole Beauchesne <gbeauchesne@mandriva.com> 0.1.126-1mdk ### UNRELEASED YET ### - add 2 geforce cards (Pierre Brieudes) - add realtek RTL-8168 id +- fix i945GM id for intel-agp - add support for SB600 (tv) - merge new nvidia ids from 1.0-8756 driver - migrate some mptscsih to mptspi and mptfc diff --git a/lst/pcitable b/lst/pcitable index fc107121..b5df3d54 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -6921,7 +6921,7 @@ 0x8086 0x277d "unknown" "Intel Corp.|PCI Express Graphics Port" 0x8086 0x2782 "unknown" "Intel Corp.|Graphics Controller" 0x8086 0x2792 "unknown" "Intel Corp.|Mobile Graphics Controller" -0x8086 0x27a0 "Card:Intel 945" "Intel Corp.|Mobile Memory Controller Hub" +0x8086 0x27a0 "intel-agp" "Intel Corp.|Mobile Memory Controller Hub" 0x8086 0x27a1 "unknown" "Intel Corp.|Mobile PCI Express Graphics Port" 0x8086 0x27a2 "Card:Intel 945" "Intel Corp.|Mobile Integrated Graphics Controller" 0x8086 0x27a6 "unknown" "Intel Corp.|Mobile Integrated Graphics Controller" |