Show
Ignore:
Timestamp:
03/24/08 17:42:10 (5 years ago)
Author:
khali
Message:

Drop the trailing .pl from all perl script names.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c-tools/trunk/eeprom/README

    r4490 r5162  
    22Linux kernel driver. 
    33 
    4 * decode-dimms.pl (perl script) 
    5   Decode the information found in memory module SPD EEPROMs. 
     4* decode-dimms (perl script) 
     5  Decode the information found in memory module SPD EEPROMs. The SPD 
     6  data is read either from the running system or from dump files. 
    67 
    7 * decode-vaio.pl (perl script) 
     8* decode-vaio (perl script) 
    89  Decode the information found in Sony Vaio laptop identification EEPROMs. 
    910 
    1011* ddcmon (perl script) 
    11   decode-edid.pl (perl script) 
     12  decode-edid (perl script) 
    1213  Decode the information found in monitor EEPROMs. Both scripts require 
    1314  an access to the DDC channel of the monitor. This is typically provided 
    14   by framebuffer drivers. decode-edid.pl additionally requires parse-edid, 
     15  by framebuffer drivers. decode-edid additionally requires parse-edid, 
    1516  which is part of the read-edid package. ddcmon prints general 
    16   information, while decode-edid.pl prints timing information for 
     17  information, while decode-edid prints timing information for 
    1718  inclusion into your X11 configuration file. 
    1819 
    19 * decode-xeon.pl (perl script) 
     20* decode-xeon (perl script) 
    2021  ID ROM data decoding for Xeon processors. Support for sysfs is still 
    2122  missing, so this script doesn't work with 2.6 kernels yet.