Changeset 5162

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

Drop the trailing .pl from all perl script names.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c-tools/trunk/CHANGES

    r5160 r5162  
    33 
    44SVN 
     5  Drop the trailing .pl from all perl script names 
    56  decode-dimms: Fix DDR2 SDRAM module speed decoding 
    67                Update manufacturer IDs 
  • i2c-tools/trunk/eeprom/Module.mk

    r4908 r5162  
    11# EEPROM decoding scripts for the Linux eeprom driver 
    22# 
    3 # Copyright (C) 2007  Jean Delvare <khali@linux-fr.org> 
     3# Copyright (C) 2007-2008  Jean Delvare <khali@linux-fr.org> 
    44# 
    55# Licensed under the GNU General Public License. 
     
    77EEPROM_DIR      := eeprom 
    88 
    9 EEPROM_TARGETS  := decode-dimms.pl decode-vaio.pl ddcmon decode-edid.pl 
     9EEPROM_TARGETS  := decode-dimms decode-vaio ddcmon decode-edid 
    1010 
    11 # decode-xeon.pl was not yet ported to the Linux 2.6 sysfs interface 
     11# decode-xeon was not yet ported to the Linux 2.6 sysfs interface 
    1212ifeq (,$(findstring /2.6., /$(KERNELVERSION))) 
    13 EEPROM_TARGETS  += decode-xeon.pl 
     13EEPROM_TARGETS  += decode-xeon 
    1414endif 
    1515 
  • 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. 
  • i2c-tools/trunk/eeprom/ddcmon

    r4926 r5162  
    33# Copyright (C) 2004-2005  Jean Delvare <khali@linux-fr.org> 
    44# 
    5 # Parts inspired from decode-edid.pl. 
     5# Parts inspired from decode-edid. 
    66# Copyright (C) 2003-2004  Jean Delvare <khali@linux-fr.org> 
    77# 
  • i2c-tools/trunk/eeprom/decode-xeon

    r4493 r5162  
    1515# If the output of this program makes no sense for a particular device, 
    1616# it is probably decoding a DIMM Serial Presence Detect (SPD) EEPROM. 
    17 # See ../eeprom/decode-dimms.pl to decode those devices. 
     17# See decode-dimms to decode those devices. 
    1818# 
    1919#