diff options
Diffstat (limited to 'perl-install/harddrake/data.pm')
-rw-r--r-- | perl-install/harddrake/data.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index f9c9c03f2..f9290230f 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -280,7 +280,7 @@ our @tree = string => N("Joystick"), icon => "joystick.png", configurator => "", - detector => sub {}, + detector => sub { f(grep { $_->{description} =~ /Joystick/ }) }, checked_on_boot => 0, }, |