Changeset 5948
- Timestamp:
- 03/26/11 09:49:23 (14 months ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
etc/sensors.conf.default (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5947 r5948 14 14 Add a section for the W83627UHG 15 15 Add a section for the W83795G/ADG 16 Add a section for the F81865F 16 17 sensors: Display 3 decimal places in raw output 17 18 Add support for intrusion detection (#2370) -
lm-sensors/trunk/etc/sensors.conf.default
r5947 r5948 448 448 449 449 450 chip "f71882fg-*" 450 chip "f71808e-*" "f71862fg-*" "f71869-*" "f71882fg-*" \ 451 "f71889fg-*" "f71889ed-*" "f71889a-*" 451 452 452 453 label in0 "+3.3V" … … 459 460 460 461 461 chip "f 8000-*"462 chip "f71858fg-*" "f8000-*" 462 463 463 464 label in0 "+3.3V" … … 468 469 compute in1 @*2, @/2 469 470 compute in2 @*2, @/2 471 472 473 chip "f81865f-*" 474 475 label in0 "+3.3V" 476 label in5 "3VSB" 477 label in6 "Vbat" 478 479 compute in0 @*2, @/2 480 compute in5 @*2, @/2 481 compute in6 @*2, @/2 470 482 471 483
