Changeset 5815
- Timestamp:
- 01/13/10 21:18:02 (3 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
etc/sensors.conf.eg (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/etc/sensors.conf.eg
r5602 r5815 1293 1293 1294 1294 1295 chip "lm90-*" "adm1032-*" "lm86-*" "max6657-*" "adt7461-*" "max6680-*" 1295 chip "lm90-*" "adm1032-*" "lm86-*" "max6657-*" "adt7461-*" "max6680-*" "w83l771-*" 1296 1296 1297 1297 label temp1 "M/B Temp" -
lm-sensors/trunk/prog/detect/sensors-detect
r5814 r5815 910 910 }, { 911 911 name => "Winbond W83L771AWG/ASG", 912 driver => " to-be-written",912 driver => "lm90", 913 913 i2c_addrs => [0x4c], 914 914 i2c_detect => sub { lm90_detect(@_, 11); },
