mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
Scan all logical devices of PC87365/PC87366.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2438 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -1390,16 +1390,40 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
|
||||
logdev => 0x09,
|
||||
},
|
||||
{
|
||||
name => "Nat. Semi. PC87365 Super IO Sensors",
|
||||
name => "Nat. Semi. PC87365 Super IO Fan Sensors",
|
||||
driver => "pc87360",
|
||||
devid => 0xe5,
|
||||
logdev => 0x09, # fans; voltages at 0x0d; temps at 0x0e
|
||||
logdev => 0x09,
|
||||
},
|
||||
{
|
||||
name => "Nat. Semi. PC87366 Super IO Sensors",
|
||||
name => "Nat. Semi. PC87365 Super IO Voltage Sensors",
|
||||
driver => "pc87360",
|
||||
devid => 0xe5,
|
||||
logdev => 0x0d,
|
||||
},
|
||||
{
|
||||
name => "Nat. Semi. PC87365 Super IO Thermal Sensors",
|
||||
driver => "pc87360",
|
||||
devid => 0xe5,
|
||||
logdev => 0x0e,
|
||||
},
|
||||
{
|
||||
name => "Nat. Semi. PC87366 Super IO Fan Sensors",
|
||||
driver => "pc87360",
|
||||
devid => 0xe9,
|
||||
logdev => 0x09, # fans; voltages at 0x0d; temps at 0x0e
|
||||
logdev => 0x09,
|
||||
},
|
||||
{
|
||||
name => "Nat. Semi. PC87366 Super IO Voltage Sensors",
|
||||
driver => "pc87360",
|
||||
devid => 0xe9,
|
||||
logdev => 0x0d,
|
||||
},
|
||||
{
|
||||
name => "Nat. Semi. PC87366 Super IO Thermal Sensors",
|
||||
driver => "pc87360",
|
||||
devid => 0xe9,
|
||||
logdev => 0x0e,
|
||||
},
|
||||
{
|
||||
name => "Nat. Semi. PC87372 Super IO Fan Sensors",
|
||||
|
Reference in New Issue
Block a user