Changeset 4734
- Timestamp:
- 08/31/07 16:07:15 (6 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
r4727 r4734 13 13 Add Winbond W83L786NR/NG/R/G detection 14 14 Add Winbond W83L771W/G detection 15 Add Intel Tolapai SMBus detection 15 16 16 17 -
lm-sensors/trunk/prog/detect/sensors-detect
r4664 r4734 167 167 driver => "i2c-i801", 168 168 match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 169 }, 169 }, 170 { 171 vendid => 0x8086, 172 devid => 0x5032, 173 procid => "Intel Tolapai", 174 driver => "i2c-i801", 175 match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 176 }, 170 177 { 171 178 vendid => 0x1106,
