Changeset 6040
- Timestamp:
- 04/09/12 21:33:35 (14 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
r6038 r6040 4 4 SVN HEAD 5 5 sensors-detect: Don't choke on systems without PCI 6 Avoid probing EDID addresses on graphics cards (#2386) 6 7 7 8 3.3.2 (2012-03-14) -
lm-sensors/trunk/prog/detect/sensors-detect
r6038 r6040 3661 3661 chomp($input); 3662 3662 @not_to_scan = parse_not_to_scan(0x03, 0x77, $input); 3663 } elsif (($class & 0xff00) == 0x0300) { 3664 # Skip EDID addresses by default on graphics adapters 3665 @not_to_scan = parse_not_to_scan(0x03, 0x77, "0x50-0x57"); 3663 3666 } 3664 3667
