diff options
author | Anssi Hannula <anssi@mageia.org> | 2011-06-15 16:37:36 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mageia.org> | 2011-06-15 16:37:36 +0000 |
commit | 6e2007df2c9c422199b34d5a360155c4cc02c8b3 (patch) | |
tree | 74533f0532f87b9f6c90de4fa03a378f44ee1a80 /convert | |
parent | 39d5bb633e2211f1af78a51fb878297ee3766d82 (diff) | |
download | ldetect-lst-6e2007df2c9c422199b34d5a360155c4cc02c8b3.tar ldetect-lst-6e2007df2c9c422199b34d5a360155c4cc02c8b3.tar.gz ldetect-lst-6e2007df2c9c422199b34d5a360155c4cc02c8b3.tar.bz2 ldetect-lst-6e2007df2c9c422199b34d5a360155c4cc02c8b3.tar.xz ldetect-lst-6e2007df2c9c422199b34d5a360155c4cc02c8b3.zip |
Switch 1002:9610 back to ati driver (mga #1267) and make the two remaining
radeonhd/fglrx Cards more specific.
Diffstat (limited to 'convert')
-rwxr-xr-x | convert/merge2pcitable.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl index 15ca92b9..bb04875b 100755 --- a/convert/merge2pcitable.pl +++ b/convert/merge2pcitable.pl @@ -79,7 +79,6 @@ if ($0 =~ /merge2pcitable/) } } elsif (member($d_pci->{$_}[0], ($ati_driver_rhd, $ati_driver_vesa, $ati_rhd_only)) && $d_in->{$_}) { # support added for pre-existing entry, handle: - next if $_ eq "10029610ffffffff"; # see Cards+ and #49824 if (member($d_pci->{$_}[0], ($ati_driver_rhd, $ati_driver_vesa))) { $d_pci->{$_}[0] = $ati_driver; } elsif ($d_pci->{$_}[0] eq $ati_rhd_only) { |