Browse Source

Update the references to the lm-sensors package.

git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@4493 7894878c-1315-0410-8ee3-d5d059ff63e0
tags/v3.0.0
Jean Delvare 18 years ago
parent
commit
06b5b4e98d
  1. 2
      eeprom/ddcmon
  2. 4
      eeprom/decode-dimms.pl
  3. 6
      eeprom/decode-edid.pl
  4. 4
      eeprom/decode-vaio.pl
  5. 4
      eeprom/decode-xeon.pl

2
eeprom/ddcmon

@ -6,7 +6,7 @@
# Copyright (C) 2003-2004 Jean Delvare <khali@linux-fr.org>
#
# Parts inspired from the ddcmon driver and sensors' print_ddcmon function.
# Copyright (C) 1998-2004 The LM Sensors Group
# Copyright (C) 1998-2004 Mark D. Studebaker
#
# Parts inspired from the fbmon driver (Linux 2.6.10).
# Copyright (C) 2002 James Simmons <jsimmons@users.sf.net>

4
eeprom/decode-dimms.pl

@ -73,8 +73,8 @@
#
# EEPROM data decoding for SDRAM DIMM modules.
#
# Two assumptions: lm_sensors-2.x installed,
# and Perl is at /usr/bin/perl
# The eeprom driver must be loaded. For kernels older than 2.6.0, the
# eeprom driver can be found in the lm-sensors package.
#
# use the following command line switches
# -f, --format print nice html output

6
eeprom/decode-edid.pl

@ -32,10 +32,10 @@
# displays, such as manufacturer, serial number, physical dimensions and
# allowed horizontal and vertical refresh rates.
#
# Using the LM Sensors modules and tools, you have two possibilities to
# Using the eeprom kernel driver, you have two possibilities to
# make use of these data:
# 1* Use the ddcmon driver and run sensors.
# 2* Use the eeprom driver and run this script.
# 1* The ddcmon script.
# 2* This script.
# Both solutions will return a different kind of information. The first
# method will report user-interesting information, such as the model number
# or the year of manufacturing. The second method will report video-card-

4
eeprom/decode-vaio.pl

@ -46,8 +46,8 @@
#
# EEPROM data decoding for Sony Vaio laptops.
#
# Two assumptions: lm_sensors-2.6.3 or greater installed,
# and Perl is at /usr/bin/perl
# The eeprom driver must be loaded. For kernels older than 2.6.0, the
# eeprom driver can be found in the lm-sensors package.
#
# Please note that this is a guess-only work. Sony support refused to help
# me, so if someone can provide information, please contact me.

4
eeprom/decode-xeon.pl

@ -17,8 +17,8 @@
# See ../eeprom/decode-dimms.pl to decode those devices.
#
#
# Two assumptions: lm_sensors-2.3.1 or greater installed,
# and Perl is at /usr/bin/perl
# The eeprom driver must be loaded. For kernels older than 2.6.0, the
# eeprom driver can be found in the lm-sensors package.
#
# To do:
# Calculate and check checksums for each section

Loading…
Cancel
Save