diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-04-14 17:01:23 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-04-14 17:01:23 +0000 |
commit | b4e4903892e306a5921590a5b8e103fce7094fce (patch) | |
tree | 1381e1c26c8fa06a4892b1eee0cb0e01e66e36dc | |
parent | f18a7a453029ce49e0cceae9a2e2d3ebf4117a6d (diff) | |
download | ldetect-lst-b4e4903892e306a5921590a5b8e103fce7094fce.tar ldetect-lst-b4e4903892e306a5921590a5b8e103fce7094fce.tar.gz ldetect-lst-b4e4903892e306a5921590a5b8e103fce7094fce.tar.bz2 ldetect-lst-b4e4903892e306a5921590a5b8e103fce7094fce.tar.xz ldetect-lst-b4e4903892e306a5921590a5b8e103fce7094fce.zip |
drop special case of a card that should now work okay, add two new Radeon IDs0.1.220
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | lst/Cards+ | 6 | ||||
-rw-r--r-- | lst/pcitable | 4 |
3 files changed, 4 insertions, 8 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.219 +VERSION := 0.1.220 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') @@ -176,12 +176,6 @@ NAME ATI Radeon HD 3200 DRIVER vesa DRIVER2 fglrx -# Tested to be problematic with a machine at Aboukir, works with -# fbdev: see with Blino -NAME ATI Radeon HD 2400 XT -DRIVER fbdev -DRIVER2 fglrx - # ARK Logic NAME Ark Logic ARKx000-based cards diff --git a/lst/pcitable b/lst/pcitable index cf5a4782..ac95d163 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -425,7 +425,7 @@ 0x1002 0x940b "Card:ATI r500 or r600 based FireGL" 0x1002 0x940f "Card:ATI r500 or r600 based FireGL" 0x1002 0x94c0 "Card:ATI Radeon X1300 and later" -0x1002 0x94c1 "Card:ATI Radeon HD 2400 XT" +0x1002 0x94c1 "Card:ATI Radeon X1300 and later" 0x1002 0x94c3 "Card:ATI Radeon X1300 and later" 0x1002 0x94c4 "Card:ATI Radeon X1300 and later" 0x1002 0x94c5 "Card:ATI Radeon X1300 and later" @@ -446,6 +446,8 @@ 0x1002 0x950f "Card:ATI Radeon HD 3870 X2" 0x1002 0x9511 "Card:ATI Radeon X1300 and later" 0x1002 0x9515 "Card:ATI Radeon X1300 and later" +0x1002 0x9517 "Card:ATI Radeon X1300 and later" +0x1002 0x9519 "Card:ATI Radeon X1300 and later" 0x1002 0x9580 "Card:ATI Radeon X1300 and later" 0x1002 0x9581 "Card:ATI Radeon X1300 and later" 0x1002 0x9583 "Card:ATI Radeon X1300 and later" |