Changeset 2112
- Timestamp:
- 11/29/03 18:49:35 (9 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
r2101 r2112 176 176 func => 0, 177 177 procid => "VIA Technologies VT8233A/8235 South Bridge", 178 driver => "i2c-viapro", 179 match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ }, 180 } , 181 { 182 vendid => 0x1106, 183 devid => 0x3227, 184 func => 0, 185 procid => "VIA Technologies VT8237 South Bridge", 178 186 driver => "i2c-viapro", 179 187 match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ },
