mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +00:00
Add detection of the SMSC SCH5514 Super-IO. The chip doesn't contain
HW monitoring features. Patch from Juerg Haefliger. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5094 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -17,6 +17,7 @@ SVN
|
||||
sensors.conf.eg: Fix voltage value references (g520sm, lm80, pc87366)
|
||||
sensors-detect: Drop PCA9540 detection
|
||||
Improve sysconfig and modprobe.d integration
|
||||
Add SMSC SCH5514D-NS detection (no sensors)
|
||||
unhide_ICH_SMBus: Add support for the 82801AA (ICH)
|
||||
|
||||
3.0.0 (2007-11-24)
|
||||
|
@@ -1913,6 +1913,12 @@ use vars qw(@chip_kern24_ids @chip_kern26_ids
|
||||
driver => "not-a-sensor",
|
||||
devid => 0x79,
|
||||
},
|
||||
{
|
||||
name => "SMSC SCH5514D-NS Super IO",
|
||||
# No datasheet
|
||||
driver => "not-a-sensor",
|
||||
devid => 0x83,
|
||||
},
|
||||
],
|
||||
# Non-standard SMSC detection callback and chip list. These chips differ
|
||||
# from the standard ones listed above in that the device ID register
|
||||
|
Reference in New Issue
Block a user