Changeset 3051

Show
Ignore:
Timestamp:
08/13/05 10:44:59 (8 years ago)
Author:
khali
Message:

Add some case insensitiveness to the regexp matching the
i2c-viapro adapter name, in anticipation of a future change.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/sensors-detect

    r3043 r3051  
    172172       procid => "VIA Technologies VT82C596 Apollo ACPI", 
    173173       driver => "i2c-viapro", 
    174        match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ }, 
     174       match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 
    175175     } , 
    176176     {  
     
    180180       procid => "VIA Technologies VT82C596B ACPI", 
    181181       driver => "i2c-viapro", 
    182        match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ }, 
     182       match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 
    183183     } , 
    184184     {  
     
    188188       procid => "VIA Technologies VT82C686 Apollo ACPI", 
    189189       driver => "i2c-viapro", 
    190        match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ }, 
     190       match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 
    191191     } , 
    192192     {  
     
    196196       procid => "VIA Technologies VT8233 VLink South Bridge", 
    197197       driver => "i2c-viapro", 
    198        match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ }, 
     198       match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 
    199199     } , 
    200200     {  
     
    204204       procid => "VIA Technologies VT8233A South Bridge", 
    205205       driver => "i2c-viapro", 
    206        match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ }, 
     206       match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 
    207207     } , 
    208208     {  
     
    212212       procid => "VIA Technologies VT8233A/8235 South Bridge", 
    213213       driver => "i2c-viapro", 
    214        match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ }, 
     214       match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 
    215215     } , 
    216216     { 
     
    220220       procid => "VIA Technologies VT8237 South Bridge", 
    221221       driver => "i2c-viapro", 
    222        match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ }, 
     222       match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 
    223223     } , 
    224224     {  
     
    228228       procid => "VIA Technologies VT8231 South Bridge", 
    229229       driver => "i2c-viapro", 
    230        match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ }, 
     230       match => sub { $_[0] =~ /^SMBus V(IA|ia) Pro adapter at/ }, 
    231231     } , 
    232232     {