diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-07-24 17:09:20 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-07-24 17:09:20 +0000 |
commit | 079e64662a409bfd630e5e7bd9417815fbd98b2f (patch) | |
tree | fc121f69083395243632c32e3e7687e513503bf9 | |
parent | b76d52fee377451cc7f2fce6d85eff3f7b82df9a (diff) | |
download | ldetect-lst-079e64662a409bfd630e5e7bd9417815fbd98b2f.tar ldetect-lst-079e64662a409bfd630e5e7bd9417815fbd98b2f.tar.gz ldetect-lst-079e64662a409bfd630e5e7bd9417815fbd98b2f.tar.bz2 ldetect-lst-079e64662a409bfd630e5e7bd9417815fbd98b2f.tar.xz ldetect-lst-079e64662a409bfd630e5e7bd9417815fbd98b2f.zip |
add three new Intel video IDs (from xf86-video-intel-2.4.0)
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | lst/pcitable | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.230 +VERSION := 0.1.231 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') diff --git a/lst/pcitable b/lst/pcitable index 7739e4a5..ef6477fa 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2185,6 +2185,9 @@ 0x8086 0x2a02 "Card:Intel 810 and later" 0x8086 0x2a12 "Card:Intel 810 and later" 0x8086 0x2a42 "Card:Intel 810 and later" +0x8086 0x2e02 "Card:Intel 810 and later" +0x8086 0x2e12 "Card:Intel 810 and later" +0x8086 0x2e22 "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" |