2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

sensors-detect: Add EPoX EP1308 detection (Hans Edgington).

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4193 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2006-10-04 11:43:21 +00:00
parent 513a9109ee
commit 19cc056508
2 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ lm_sensors CHANGES file
SVN HEAD
Program sensors-detect: Add SMSC DME1737 detection
Add EPoX EP1308 detection (Hans Edgington)
2.10.1 (20060924)
File doc/developers/checklist renamed to dev/developers/release_checklist

View File

@@ -1830,6 +1830,12 @@ $chip_kern26_w83791d = {
driver => "not-a-sensor",
devid => 0x0206,
},
{
name => "EPoX EP1308 Super IO",
driver => "to-be-written",
devid => 0x0541,
logdev => 0x04,
},
],
},
);