diff options
-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 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) = @_; |