summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 43b75cded..3629a9cf0 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -371,7 +371,7 @@ sub getSoundDevices() {
(arch() =~ /ppc/ ? \&modules::load_category : \&modules::probe_category)->('multimedia/sound');
}
-sub isTVcard { member($_[0]{driver} qw(bttv cx8800 saa7134 usbvision) }
+sub isTVcard { member($_[0]{driver}, qw(bttv cx8800 saa7134 usbvision)) }
sub getTVcards() {
grep { isTVcard($_) } detect_devices::probeall();