From 6a1270945f1dd19a4e3eea11af135b8a7f65ef45 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 17 Sep 2005 23:18:52 +0000 Subject: display cards that offer additional parallep port in the system class rather than in the "unknown" section --- perl-install/harddrake/data.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/harddrake/data.pm') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index af99e1525..d9b83195a 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -438,7 +438,9 @@ our @tree = string => N("Bridges and system controllers"), icon => "memory.png", configurator => "", - detector => sub { f(grep { $_->{media_type} =~ /BRIDGE|MEMORY_RAM|SYSTEM_OTHER/ } @devices) }, + detector => sub { f(grep { $_->{media_type} =~ /BRIDGE|MEMORY_RAM|SYSTEM_OTHER/ + || $_->{description} =~ /Parallel Port Adapter/ + } @devices) }, checked_on_boot => 0, }, -- cgit v1.2.1