mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15: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:
@@ -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