Changeset 1519
- Timestamp:
- 09/01/02 22:22:51 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r1514 r1519 202 202 driver => "i2c-sis630", 203 203 match => sub { $_[0] =~ /^SMBus SIS630 adapter at [0-9,a-f]{4}/ }, 204 } , 205 { 206 vendid => 0x1039, 207 devid => 0x0645, 208 func => 0, 209 procid => "Silicon Integrated Systems SIS645", 210 driver => "i2c-sis645", 211 match => sub { $_[0] =~ /^SMBus SiS645 adapter at 0x[0-9,a-f]{4}/ }, 204 212 } , 205 213 {
