Changeset 5109
- Timestamp:
- 01/22/08 13:27:54 (5 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5106 r5109 38 38 Add SMSC SCH5514D-NS detection (no sensors) 39 39 Lower the confidence of MAX6650/MAX6651 40 Add Fintek F71858DG detection 41 Add Fintek F81216D detection (no sensors) 40 42 Program unhide_ICH_SMBus: Add support for the 82801AA (ICH) 41 43 -
lm-sensors/trunk/prog/detect/sensors-detect
r5096 r5109 2050 2050 }, 2051 2051 { 2052 name => "Fintek F71858DG Super IO Sensors", 2053 driver => "to-be-written", 2054 devid => 0x0507, 2055 logdev => 0x02, 2056 }, 2057 { 2052 2058 name => "Fintek F71882FG/F71883FG Super IO Sensors", 2053 2059 driver => "f71882fg", 2054 2060 devid => 0x0541, 2055 2061 logdev => 0x04, 2062 }, 2063 { 2064 name => "Fintek F81216D Super IO", 2065 driver => "not-a-sensor", 2066 devid => 0x0208, 2056 2067 }, 2057 2068 {
