Changeset 6038

Show
Ignore:
Timestamp:
03/29/12 08:33:15 (14 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.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r6035 r6038  
    11lm-sensors CHANGES file 
    22----------------------- 
     3 
     4SVN HEAD 
     5  sensors-detect: Don't choke on systems without PCI 
    36 
    473.3.2 (2012-03-14) 
  • 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))) {