diff options
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 27261f8a3..158a212cb 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -449,7 +449,7 @@ sub getSoundDevices() { modules::probe_category('multimedia/sound'); } -sub isTVcard { member($_[0]->{driver}, qw(bttv saa7134)) } +sub isTVcard { member($_[0]{driver}, qw(bttv saa7134)) } sub getTVcards() { modules::probe_category('multimedia/tv') } |