mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-02 07:15:39 +00:00
sensors-detect: Add SMSC LPC47M172/182 detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4169 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -98,6 +98,7 @@ lm_sensors CHANGES file
|
||||
Use sysfs for PCI device enumeration
|
||||
Add generic PCI SMBus adapter detection
|
||||
Add generic Super-I/O logical device detection
|
||||
Add SMSC LPC47M172/182 detection
|
||||
|
||||
|
||||
2.10.0 (20060214)
|
||||
|
@@ -1665,7 +1665,7 @@ $chip_kern26_w83791d = {
|
||||
logdev => 0x0a,
|
||||
},
|
||||
{
|
||||
name => "SMSC LPC47M10x/13x Super IO Fan Sensors",
|
||||
name => "SMSC LPC47M10x/112/13x Super IO Fan Sensors",
|
||||
driver => "smsc47m1",
|
||||
devid => 0x59,
|
||||
logdev => 0x0a,
|
||||
@@ -1695,9 +1695,16 @@ $chip_kern26_w83791d = {
|
||||
logdev => 0x0a,
|
||||
},
|
||||
{
|
||||
name => "SMSC LPC47M172 Super IO",
|
||||
driver => "not-a-sensor",
|
||||
name => "SMSC LPC47M172 Super IO Fan Sensors",
|
||||
driver => "to-be-written",
|
||||
devid => 0x14,
|
||||
logdev => 0x0a,
|
||||
},
|
||||
{
|
||||
name => "SMSC LPC47M182 Super IO Fan Sensors",
|
||||
driver => "to-be-written",
|
||||
devid => 0x74,
|
||||
logdev => 0x0a,
|
||||
},
|
||||
{
|
||||
name => "SMSC LPC47B397-NC Super IO",
|
||||
|
Reference in New Issue
Block a user