Changeset 4167
- Timestamp:
- 09/21/06 20:55:43 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/eeprom/ddcmon (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/eeprom/ddcmon
r2824 r4167 440 440 my $bytes; 441 441 442 if (-r "/sys/bus/i2c/devices/$bus-00$address ")442 if (-r "/sys/bus/i2c/devices/$bus-00$address/eeprom") 443 443 { 444 444 $bytes = get_edid_sysfs($bus, $address); 445 445 } 446 elsif (-r "/proc/sys/dev/sensors/eeprom-i2c-$bus-$address ")446 elsif (-r "/proc/sys/dev/sensors/eeprom-i2c-$bus-$address/00") 447 447 { 448 448 $bytes = get_edid_procfs($bus, $address);
