Changeset 1509
- Timestamp:
- 08/28/02 21:15:43 (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
r1502 r1509 196 196 devid => 0x0630, 197 197 func => 0, 198 procid => "Silicon Integrated Systems SIS630 (To be written - Do not use 5595 drivers)", 199 match => sub { $_[0] =~ /dontmatchthis/ }, 198 procid => "Silicon Integrated Systems SIS630", 199 driver => "i2c-sis630", 200 match => sub { $_[0] =~ /^SMBus SIS630 adapter at [0-9,a-f]{4}/ }, 200 201 } , 201 202 {
