From a3265d47b92aac1d5c7af7ecd23f2cfc889f29a8 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 18 Sep 2001 16:28:51 +0000 Subject: removed full pci probe for stringlist (used for generating report_bug). --- perl-install/detect_devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/detect_devices.pm') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index c448d5615..0b59b9eac 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -272,7 +272,7 @@ sub stringlist { $_->{media_type} ? sprintf(" [%s]", $_->{media_type}) : '', $_->{subid} && $_->{subid} != 0xffff ? sprintf(" SubVendor=0x%04x SubDevice=0x%04x", $_->{subvendor}, $_->{subid}) : '', ); - } probeall(1); + } probeall(); } sub check { my ($l) = @_; -- cgit v1.2.1