Changeset 1895
- Timestamp:
- 07/22/03 10:44:10 (10 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/eeprom/decode-edid.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/eeprom/decode-edid.pl
r1885 r1895 18 18 # 19 19 # Version 0.1 2003-07-17 Jean Delvare <khali@linux-fr.org> 20 # Version 0.2 2003-07-22 Jean Delvare <khali@linux-fr.org> 21 # Use print instead of syswrite. 20 22 # 21 23 # EEPROM data decoding for EDID. EDID (Extended Display Identification … … 109 111 } 110 112 close EEDATA; 111 syswrite PIPE,$output;113 print PIPE $output; 112 114 } 113 115 114 syswrite PIPE,"\n"; # keep the customer satifsied116 print PIPE "\n"; # keep the customer satifsied 115 117 close PIPE; 116 118 }
