diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2007-09-17 18:18:20 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2007-09-17 18:18:20 +0000 |
commit | 4c5c27598460660fdc4fe765010b098702f98a82 (patch) | |
tree | a6e2f7128be28b52db391df812e0f40dab4ae814 | |
parent | c68f3d732c83d757091b9e72f3cb87cc4f1fdddf (diff) | |
download | ldetect-lst-4c5c27598460660fdc4fe765010b098702f98a82.tar ldetect-lst-4c5c27598460660fdc4fe765010b098702f98a82.tar.gz ldetect-lst-4c5c27598460660fdc4fe765010b098702f98a82.tar.bz2 ldetect-lst-4c5c27598460660fdc4fe765010b098702f98a82.tar.xz ldetect-lst-4c5c27598460660fdc4fe765010b098702f98a82.zip |
add several GeForce IDs from latest Windows beta driver .inf
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | lst/pcitable | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.188 +VERSION := 0.1.189 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 ea5c01b2..e9e8bc4c 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1091,6 +1091,7 @@ 0x10de 0x02e0 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x02e1 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x02e2 "Card:NVIDIA GeForce FX - GeForce 8800" +0x10de 0x02e3 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x02e4 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x0300 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x0301 "Card:NVIDIA GeForce FX - GeForce 8800" @@ -1163,13 +1164,20 @@ 0x10de 0x03d5 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x0400 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x0402 "Card:NVIDIA GeForce FX - GeForce 8800" +0x10de 0x0403 "Card:NVIDIA GeForce FX - GeForce 8800" +0x10de 0x0404 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x0407 "Card:NVIDIA GeForce FX - GeForce 8800" +0x10de 0x040a "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x040b "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x040c "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x040d "Card:NVIDIA GeForce FX - GeForce 8800" +0x10de 0x040e "Card:NVIDIA GeForce FX - GeForce 8800" +0x10de 0x040f "Card:NVIDIA GeForce FX - GeForce 8800" +0x10de 0x0420 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x0421 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x0422 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x0423 "Card:NVIDIA GeForce FX - GeForce 8800" +0x10de 0x0424 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x0425 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x0426 "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x0427 "Card:NVIDIA GeForce FX - GeForce 8800" @@ -1178,6 +1186,7 @@ 0x10de 0x042a "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x042b "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x042d "Card:NVIDIA GeForce FX - GeForce 8800" +0x10de 0x042f "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x053a "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x053b "Card:NVIDIA GeForce FX - GeForce 8800" 0x10de 0x053e "Card:NVIDIA GeForce FX - GeForce 8800" |