Show
Ignore:
Timestamp:
03/29/12 08:33:15 (15 months ago)
Author:
khali
Message:

PCI bus is always required even if it might be missing on some
platforms. So don't choke is it is missing. Patch from Jaromir Capik.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/sensors-detect

    r6031 r6038  
    29972997 
    29982998        opendir(local *DEVICES, "$devices") 
    2999                 or die "$devices: $!"; 
     2999                or return \@pci_list; 
    30003000 
    30013001        while (defined($dev = readdir(DEVICES))) {