diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-12-24 01:28:10 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-12-24 01:28:10 +0000 |
commit | 36fc9dee23d372cb7d8ce46806b608249220e93a (patch) | |
tree | e26d6b9f11c1b7bba5ef21cded2db60bd20857bc | |
parent | 85ef482ae3b7d081d4e06a6068fd2dacb3173f73 (diff) | |
download | ldetect-lst-36fc9dee23d372cb7d8ce46806b608249220e93a.tar ldetect-lst-36fc9dee23d372cb7d8ce46806b608249220e93a.tar.gz ldetect-lst-36fc9dee23d372cb7d8ce46806b608249220e93a.tar.bz2 ldetect-lst-36fc9dee23d372cb7d8ce46806b608249220e93a.tar.xz ldetect-lst-36fc9dee23d372cb7d8ce46806b608249220e93a.zip |
add new ATI IDs from 8.12
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lst/pcitable | 2 |
3 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.248 +VERSION := 0.1.249 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') @@ -1,6 +1,7 @@ Version 0.1.249 - 23 December 2008 - add new NVIDIA IDs from 180.18 +- add new ATI IDs from 8.12 Version 0.1.248 - 3 December 2008 diff --git a/lst/pcitable b/lst/pcitable index 6fd025ed..fbfe2f6c 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -436,6 +436,8 @@ 0x1002 0x944c "Card:ATI Radeon X1300 and later" 0x1002 0x944e "Card:ATI Radeon X1300 and later" 0x1002 0x944f "Card:ATI Radeon X1300 and later" +0x1002 0x9450 "Card:ATI Radeon X1300 and later" +0x1002 0x9452 "Card:ATI Radeon X1300 and later" 0x1002 0x9456 "Card:ATI Radeon X1300 and later" 0x1002 0x945a "Card:ATI Radeon X1300 and later" 0x1002 0x945b "Card:ATI Radeon X1300 and later" |