Changeset 1394

Show
Ignore:
Timestamp:
06/13/02 00:49:43 (11 years ago)
Author:
phil
Message:

(Phil) Fixed open quote, as per Robert Paulsen's email:

diff -r1.167 sensors-detect
103c103
< procid => "Intel 82801DB ICH4,
---

procid => "Intel 82801DB ICH4",

Files:
1 modified

Legend:

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

    r1382 r1394  
    101101       devid  => 0x24C3, 
    102102       func => 3, 
    103        procid => "Intel 82801DB ICH4, 
     103       procid => "Intel 82801DB ICH4", 
    104104       driver => "i2c-i801", 
    105105       match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ },