From 5791a2d9fa12cfbe48376a9219fb3e2ee56a5c63 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 3 May 2016 23:32:57 +0200 Subject: match more USB keyboards --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 30460dc94..4d3ac0218 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -477,7 +477,7 @@ our @tree = icon => "hw-keyboard.png", configurator => "$sbindir/keyboarddrake", detector => sub { - f(grep { $_->{description} =~ /Keyboard/i || $_->{media_type} =~ /Subclass\|Keyboard/i || + f(grep { $_->{description} =~ /Keyboard/i || $_->{media_type} =~ /Keyboard/i || # USB devices are filtered out since we already catch them through probeall(): $_->{bus} ne 'usb' && $_->{driver} =~ /^event|kbd|^usbhid/ && $_->{description} !~ /PC Speaker/; } @devices); -- cgit v1.2.1