Changeset 3051
- Timestamp:
- 08/13/05 10:44:59 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r3043 r3051 172 172 procid => "VIA Technologies VT82C596 Apollo ACPI", 173 173 driver => "i2c-viapro", 174 match => sub { $_[0] =~ /^SMBus V iaPro adapter at/ },174 match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 175 175 } , 176 176 { … … 180 180 procid => "VIA Technologies VT82C596B ACPI", 181 181 driver => "i2c-viapro", 182 match => sub { $_[0] =~ /^SMBus V iaPro adapter at/ },182 match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 183 183 } , 184 184 { … … 188 188 procid => "VIA Technologies VT82C686 Apollo ACPI", 189 189 driver => "i2c-viapro", 190 match => sub { $_[0] =~ /^SMBus V iaPro adapter at/ },190 match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 191 191 } , 192 192 { … … 196 196 procid => "VIA Technologies VT8233 VLink South Bridge", 197 197 driver => "i2c-viapro", 198 match => sub { $_[0] =~ /^SMBus V iaPro adapter at/ },198 match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 199 199 } , 200 200 { … … 204 204 procid => "VIA Technologies VT8233A South Bridge", 205 205 driver => "i2c-viapro", 206 match => sub { $_[0] =~ /^SMBus V iaPro adapter at/ },206 match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 207 207 } , 208 208 { … … 212 212 procid => "VIA Technologies VT8233A/8235 South Bridge", 213 213 driver => "i2c-viapro", 214 match => sub { $_[0] =~ /^SMBus V iaPro adapter at/ },214 match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 215 215 } , 216 216 { … … 220 220 procid => "VIA Technologies VT8237 South Bridge", 221 221 driver => "i2c-viapro", 222 match => sub { $_[0] =~ /^SMBus V iaPro adapter at/ },222 match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 223 223 } , 224 224 { … … 228 228 procid => "VIA Technologies VT8231 South Bridge", 229 229 driver => "i2c-viapro", 230 match => sub { $_[0] =~ /^SMBus V iaPro adapter at/ },230 match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 231 231 } , 232 232 {
