Changeset 901 for lm-sensors/trunk/prog
- Timestamp:
- 10/12/00 04:57:18 (8 years ago)
- Files:
-
- lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/prog/detect/sensors-detect
r883 r901 94 94 func => 3, 95 95 procid => "VIA Technologies VT 82C596 Apollo ACPI", 96 driver => "i2c-viapro", 97 match => sub { $_[0] =~ /^SMBus vt82c596 adapter at [0-9,a-f]{4}/ }, 98 } , 99 { 100 vendid => 0x1106, 101 devid => 0x3051, 102 func => 3, 103 procid => "VIA Technologies VT 82C596B ACPI", 96 104 driver => "i2c-viapro", 97 105 match => sub { $_[0] =~ /^SMBus vt82c596 adapter at [0-9,a-f]{4}/ },
