From 2f67ead989a9e817ca2273315f8d4ab9fbaacc33 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Jan 2010 11:22:10 +0000 Subject: fix detecting firewire controllers when using the new kernel firewire stack --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index f80ed5da1..1e801adc7 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -101,7 +101,7 @@ our @tree = string => N("Firewire controllers"), icon => "usb.png", configurator => "", - detector => sub { f(grep { $_->{driver} =~ /ohci1394/ } @devices) }, + detector => sub { f(grep { $_->{driver} =~ /firewire_ohci|ohci1394/ } @devices) }, checked_on_boot => 1, }, -- cgit v1.2.1