From 06b5b4e98d510c3e9128ef35649e2d10ac969e0d Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 27 Jun 2007 12:43:53 +0000 Subject: [PATCH] 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 --- eeprom/ddcmon | 2 +- eeprom/decode-dimms.pl | 4 ++-- eeprom/decode-edid.pl | 6 +++--- eeprom/decode-vaio.pl | 4 ++-- eeprom/decode-xeon.pl | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eeprom/ddcmon b/eeprom/ddcmon index fd4bea2..50415a5 100755 --- a/eeprom/ddcmon +++ b/eeprom/ddcmon @@ -6,7 +6,7 @@ # Copyright (C) 2003-2004 Jean Delvare # # 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 diff --git a/eeprom/decode-dimms.pl b/eeprom/decode-dimms.pl index d227879..5320f6e 100755 --- a/eeprom/decode-dimms.pl +++ b/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 diff --git a/eeprom/decode-edid.pl b/eeprom/decode-edid.pl index dc793e7..e7a8ada 100755 --- a/eeprom/decode-edid.pl +++ b/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- diff --git a/eeprom/decode-vaio.pl b/eeprom/decode-vaio.pl index 792fc0f..fc89614 100755 --- a/eeprom/decode-vaio.pl +++ b/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. diff --git a/eeprom/decode-xeon.pl b/eeprom/decode-xeon.pl index 209730a..95d8daa 100755 --- a/eeprom/decode-xeon.pl +++ b/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