Changeset 4493
- Timestamp:
- 06/27/07 14:43:53 (6 years ago)
- Location:
- i2c-tools/trunk/eeprom
- Files:
-
- 5 modified
-
ddcmon (modified) (1 diff)
-
decode-dimms.pl (modified) (1 diff)
-
decode-edid.pl (modified) (1 diff)
-
decode-vaio.pl (modified) (1 diff)
-
decode-xeon.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/eeprom/ddcmon
r4167 r4493 7 7 # 8 8 # Parts inspired from the ddcmon driver and sensors' print_ddcmon function. 9 # Copyright (C) 1998-2004 The LM Sensors Group9 # Copyright (C) 1998-2004 Mark D. Studebaker 10 10 # 11 11 # Parts inspired from the fbmon driver (Linux 2.6.10). -
i2c-tools/trunk/eeprom/decode-dimms.pl
r4293 r4493 74 74 # EEPROM data decoding for SDRAM DIMM modules. 75 75 # 76 # T wo assumptions: lm_sensors-2.x installed,77 # and Perl is at /usr/bin/perl76 # The eeprom driver must be loaded. For kernels older than 2.6.0, the 77 # eeprom driver can be found in the lm-sensors package. 78 78 # 79 79 # use the following command line switches -
i2c-tools/trunk/eeprom/decode-edid.pl
r4165 r4493 33 33 # allowed horizontal and vertical refresh rates. 34 34 # 35 # Using the LM Sensors modules and tools, you have two possibilities to35 # Using the eeprom kernel driver, you have two possibilities to 36 36 # make use of these data: 37 # 1* Use the ddcmon driver and run sensors.38 # 2* Use the eeprom driver and run this script.37 # 1* The ddcmon script. 38 # 2* This script. 39 39 # Both solutions will return a different kind of information. The first 40 40 # method will report user-interesting information, such as the model number -
i2c-tools/trunk/eeprom/decode-vaio.pl
r4164 r4493 47 47 # EEPROM data decoding for Sony Vaio laptops. 48 48 # 49 # T wo assumptions: lm_sensors-2.6.3 or greater installed,50 # and Perl is at /usr/bin/perl49 # The eeprom driver must be loaded. For kernels older than 2.6.0, the 50 # eeprom driver can be found in the lm-sensors package. 51 51 # 52 52 # Please note that this is a guess-only work. Sony support refused to help -
i2c-tools/trunk/eeprom/decode-xeon.pl
r4489 r4493 18 18 # 19 19 # 20 # T wo assumptions: lm_sensors-2.3.1 or greater installed,21 # and Perl is at /usr/bin/perl20 # The eeprom driver must be loaded. For kernels older than 2.6.0, the 21 # eeprom driver can be found in the lm-sensors package. 22 22 # 23 23 # To do:
