mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-29 21:38:17 +00:00
Fix typo. According to National's datasheet PC87317 has SID = 0xd0 and
PC97317 has SID = 0xdf. PC87371/PC97371 do not seem to exist. Patch from Ulf Jordan. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5066 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
9bf2d8c187
commit
ce73cfb389
@ -1692,12 +1692,12 @@ use vars qw(@chip_kern24_ids @chip_kern26_ids
|
|||||||
logdev => 0x0f,
|
logdev => 0x0f,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => "Nat. Semi. PC87371 Super IO",
|
name => "Nat. Semi. PC87317 Super IO",
|
||||||
driver => "not-a-sensor",
|
driver => "not-a-sensor",
|
||||||
devid => 0xd0,
|
devid => 0xd0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => "Nat. Semi. PC97371 Super IO",
|
name => "Nat. Semi. PC97317 Super IO",
|
||||||
driver => "not-a-sensor",
|
driver => "not-a-sensor",
|
||||||
devid => 0xdf,
|
devid => 0xdf,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user