mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +00:00
The pc87360 driver now support the PC87365 and PC87366 as well,
and can write to registers. Untested. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2427 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -1373,13 +1373,13 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
|
||||
},
|
||||
{
|
||||
name => "Nat. Semi. PC87365 Super IO Sensors",
|
||||
driver => "to-be-written",
|
||||
driver => "pc87360",
|
||||
devid => 0xe5,
|
||||
logdev => 0x09, # fans; voltages at 0x0d; temps at 0x0e
|
||||
},
|
||||
{
|
||||
name => "Nat. Semi. PC87366 Super IO Sensors",
|
||||
driver => "to-be-written",
|
||||
driver => "pc87360",
|
||||
devid => 0xe9,
|
||||
logdev => 0x09, # fans; voltages at 0x0d; temps at 0x0e
|
||||
},
|
||||
|
Reference in New Issue
Block a user