mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Add nNidia nForce MCP78S SMBus detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5675 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,6 +1,9 @@
|
||||
lm-sensors CHANGES file
|
||||
-----------------------
|
||||
|
||||
SVN-HEAD
|
||||
sensors-detect: Add nNidia nForce MCP78S SMBus detection
|
||||
|
||||
3.1.0 "Happy Birthday Lina" (2009-02-28)
|
||||
libsensors: Add support for instantaneous power sensors
|
||||
Add support for current sensors
|
||||
|
@@ -337,6 +337,11 @@ $revision =~ s/ \([^()]*\)//;
|
||||
devid => 0x07d8,
|
||||
procid => "nVidia Corporation nForce SMBus (MCP73)",
|
||||
driver => "i2c-nforce2",
|
||||
}, {
|
||||
vendid => 0x10de,
|
||||
devid => 0x0752,
|
||||
procid => "nVidia Corporation nForce SMBus (MCP78S)",
|
||||
driver => "i2c-nforce2",
|
||||
}, {
|
||||
vendid => 0x10de,
|
||||
devid => 0x0aa2,
|
||||
|
Reference in New Issue
Block a user