Changeset 2779

Show
Ignore:
Timestamp:
11/29/04 21:24:28 (8 years ago)
Author:
khali
Message:

Detect the nForce2 Ultra 400 and the nForce3 Pro150 SMBus devices.

Files:
1 modified

Legend:

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

    r2770 r2779  
    645645       driver => "i2c-nforce2", 
    646646       match => sub { $_[0] =~ /^SMBus nForce2 adapter at / }, 
    647      } ,  
    648      {  
     647     },  
     648     { 
     649       vendid => 0x10de, 
     650       devid  => 0x0084, 
     651       func => 1, 
     652       procid => "nVidia Corporation nForce2 Ultra 400 SMBus (MCP)", 
     653       driver => "i2c-nforce2", 
     654       match => sub { $_[0] =~ /^SMBus nForce2 adapter at / }, 
     655     },  
     656     { 
     657       vendid => 0x10de, 
     658       devid  => 0x00D4, 
     659       func => 1, 
     660       procid => "nVidia Corporation nForce3 Pro150 SMBus (MCP)", 
     661       driver => "i2c-nforce2", 
     662       match => sub { $_[0] =~ /^SMBus nForce2 adapter at / }, 
     663     },  
     664     { 
    649665       vendid => 0x1166, 
    650666       devid  => 0x0200,