summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-10-18 12:15:07 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-10-18 12:15:07 +0000
commita4b9e279b2d4c78b6c4846287fff01976a222491 (patch)
tree06289feb5da67be4791131d55862c027c1f69f02 /perl-install/standalone/harddrake2
parent129ffedff2129b60c07dc8d548531e26aee01968 (diff)
downloaddrakx-backup-do-not-use-a4b9e279b2d4c78b6c4846287fff01976a222491.tar
drakx-backup-do-not-use-a4b9e279b2d4c78b6c4846287fff01976a222491.tar.gz
drakx-backup-do-not-use-a4b9e279b2d4c78b6c4846287fff01976a222491.tar.bz2
drakx-backup-do-not-use-a4b9e279b2d4c78b6c4846287fff01976a222491.tar.xz
drakx-backup-do-not-use-a4b9e279b2d4c78b6c4846287fff01976a222491.zip
do not merge AGP section into BRIDGES one (translation is availlable for quite a long time)
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 9f52c2e15..0e4f6ff16 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -385,8 +385,6 @@ my @classes;
foreach my $hw_class (@harddrake::data::tree) {
my ($Ident, $title, $icon, $configurator, $detector) = @$hw_class{qw(class string icon configurator detector)};
next if ref($detector) ne "CODE"; #skip class witouth detector
- # blacklist agp controllers b/c string is not yet translated:
- next if $Ident eq 'AGP';
next if $Ident =~ /(MODEM|PRINTER)/ && $::testing;
next if $Ident =~ /JAZZ/ && !$options{JAZZ_DETECTION};
next if $Ident =~ /MODEM/ && !$options{MODEMS_DETECTION};