mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 05:48:07 +00:00
Broaden W83627EHF Super-I/O ID mask. The datasheet might not be
accurate about this. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2895 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
f9605210ba
commit
a828e77910
@ -1781,8 +1781,9 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
|
||||
{
|
||||
name => "Winbond W83627EHF Super IO Sensors",
|
||||
driver => "to-be-written",
|
||||
devid => 0x8860,
|
||||
devid_mask => 0xFFF0,
|
||||
# Datasheet says 0x886x but 0x8853 was seen, thus the broader mask
|
||||
devid => 0x8840,
|
||||
devid_mask => 0xFFC0,
|
||||
logdev => 0x0b,
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user