mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-03 15:55:15 +00:00
sensors-detect: Add nForce4 MCP04, MCP51 and MCP55 detection
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4055 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -46,6 +46,7 @@ lm_sensors CHANGES file
|
||||
F75384S/M, F75387SG/RG and F81218D detection
|
||||
Add Winbond W83793R/G detection
|
||||
Handle the W83791D driver difference between kernels
|
||||
Add nForce4 MCP04, MCP51 and MCP55 detection
|
||||
|
||||
|
||||
2.10.0 (20060214)
|
||||
|
@@ -700,6 +700,30 @@ $revision =~ s/\$\w+: (.*?) \$/$1/g;
|
||||
driver => "i2c-nforce2",
|
||||
match => qr/^SMBus nForce2 adapter at /,
|
||||
},
|
||||
{
|
||||
vendid => 0x10de,
|
||||
devid => 0x0034,
|
||||
func => 1,
|
||||
procid => "nVidia Corporation nForce4 SMBus (MCP-04)",
|
||||
driver => "i2c-nforce2",
|
||||
match => qr/^SMBus nForce2 adapter at /,
|
||||
},
|
||||
{
|
||||
vendid => 0x10de,
|
||||
devid => 0x0264,
|
||||
func => 1,
|
||||
procid => "nVidia Corporation nForce4 SMBus (MCP51)",
|
||||
driver => "i2c-nforce2",
|
||||
match => qr/^SMBus nForce2 adapter at /,
|
||||
},
|
||||
{
|
||||
vendid => 0x10de,
|
||||
devid => 0x0368,
|
||||
func => 1,
|
||||
procid => "nVidia Corporation nForce4 SMBus (MCP55)",
|
||||
driver => "i2c-nforce2",
|
||||
match => qr/^SMBus nForce2 adapter at /,
|
||||
},
|
||||
{
|
||||
vendid => 0x1166,
|
||||
devid => 0x0200,
|
||||
|
Reference in New Issue
Block a user