Changeset 5993
- Timestamp:
- 08/25/11 21:28:13 (9 months 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
r5992 r5993 6 6 Improve filtering of fake DMI data 7 7 Print DMI system/product version if available 8 Fix loading of the cpuid module 8 9 9 10 3.3.1 (2011-07-21) -
lm-sensors/trunk/prog/detect/sensors-detect
r5992 r5993 6616 6616 unless (<STDIN> =~ /^\s*n/i) { 6617 6617 # Load the cpuid driver if needed 6618 unless (-e " /dev/cpu/$cpu[0]->{nr}/cpuid") {6618 unless (-e "$sysfs_root/class/cpuid") { 6619 6619 load_module("cpuid"); 6620 6620 udev_settle();
