mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +00:00
Add detection of the SMSC LPC47U32x.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5861 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -1589,6 +1589,12 @@ use constant FEAT_SMBUS => (1 << 7);
|
||||
devid => 0x62,
|
||||
logdev => 0x0a,
|
||||
features => FEAT_FAN,
|
||||
}, {
|
||||
name => "SMSC LPC47U32x Super IO Fan Sensors",
|
||||
driver => "to-be-written",
|
||||
devid => 0x58,
|
||||
logdev => 0x0a,
|
||||
features => FEAT_FAN,
|
||||
}, {
|
||||
name => "SMSC LPC47U33x Super IO Fan Sensors",
|
||||
driver => "to-be-written",
|
||||
@@ -1711,6 +1717,7 @@ use constant FEAT_SMBUS => (1 << 7);
|
||||
devid => 0x3f,
|
||||
}, {
|
||||
name => "Winbond W83627HF/F/HG/G Super IO Sensors",
|
||||
# Also SMSC LPC61W492
|
||||
driver => "w83627hf",
|
||||
devid => 0x52,
|
||||
logdev => 0x0b,
|
||||
|
Reference in New Issue
Block a user