Changeset 5992 for lm-sensors/trunk/prog/detect
- Timestamp:
- 07/22/11 10:42:02 (10 months ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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";
