Changeset 5992
- Timestamp:
- 07/22/11 10:42:02 (10 months ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5991 r5992 5 5 sensors-detect: Stop calling for PIIX5 SMBus testers 6 6 Improve filtering of fake DMI data 7 Print DMI system/product version if available 7 8 8 9 3.3.1 (2011-07-21) -
lm-sensors/trunk/prog/detect/sensors-detect
r5991 r5992 2768 2768 'system product name' => 1, 2769 2769 'system name' => 1, 2770 'system version' => 1, 2770 2771 ); 2771 2772 my $dmi_id_dir; … … 2812 2813 if (defined $system) { 2813 2814 print "# System: $system"; 2815 print " [$dmi{product_version}]" if defined $dmi{product_version}; 2814 2816 print " (laptop)" if (is_laptop()); 2815 2817 print "\n";
