mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 06:45:24 +00:00
Add Fintek F71806FG and F71862FG detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4604 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -53,6 +53,7 @@ SVN HEAD
|
||||
Drop detection of most non-sensors I2C chips
|
||||
Fix ADM1022 detection
|
||||
Add detection of many SMSC Super-I/O chips
|
||||
Add Fintek F71806FG and F71862FG detection
|
||||
|
||||
|
||||
2.10.3 (20070319)
|
||||
|
@@ -1962,7 +1962,13 @@ use vars qw(@chip_kern24_ids @chip_kern26_ids);
|
||||
logdev => 0x04,
|
||||
},
|
||||
{
|
||||
name => "Fintek F71872F/FG Super IO Sensors",
|
||||
name => "Fintek F71862FG Super IO Sensors",
|
||||
driver => "to-be-written",
|
||||
devid => 0x0601,
|
||||
logdev => 0x04,
|
||||
},
|
||||
{
|
||||
name => "Fintek F71806FG/F71872FG Super IO Sensors",
|
||||
driver => "f71805f",
|
||||
devid => 0x0341,
|
||||
logdev => 0x04,
|
||||
|
Reference in New Issue
Block a user