| 19 | | # |
|---|
| 20 | | # Version 0.1 2002-02-06 Jean Delvare <khali@linux-fr.org> |
|---|
| 21 | | # Version 0.2 2002-02-16 Jean Delvare <khali@linux-fr.org> |
|---|
| 22 | | # Fixed to work with the new, simplified /proc interface names of the eeprom |
|---|
| 23 | | # driver (lm_sensors 2.6.3 and greater). |
|---|
| 24 | | # Shifted data display by 4 columns left. |
|---|
| 25 | | # Version 0.3 2002-02-17 Jean Delvare <khali@linux-fr.org> |
|---|
| 26 | | # Added UUID field at 0x10 (added decode_uuid). |
|---|
| 27 | | # Merged decode_string and decode_string32. |
|---|
| 28 | | # Added unknown field at 0x20. |
|---|
| 29 | | # Moved header and footer to BEGIN and END, respectively. |
|---|
| 30 | | # Reformated history to match those of the other decode scripts. |
|---|
| 31 | | # Deleted decode_char (made useless by decode_string). |
|---|
| 32 | | # Reordered field display, changed some labels. |
|---|
| 33 | | # Added old /proc interface check. |
|---|
| 34 | | # Version 1.0 2002-11-15 Jean Delvare <khali@linux-fr.org> |
|---|
| 35 | | # Gave the label "OEM Data" to the field at 0x20. |
|---|
| 36 | | # Gave the label "Timestamp" to the field at 0xE0. |
|---|
| 37 | | # Renamed "Model Number" to "Model Name". |
|---|
| 38 | | # Added some documentation. |
|---|
| 39 | | # Version 1.1 2004-01-17 Jean Delvare <khali@linux-fr.org> |
|---|
| 40 | | # Added support for Linux 2.5/2.6 (i.e. sysfs). |
|---|
| 41 | | # Version 1.2 2004-11-28 Jean Delvare <khali@linux-fr.org> |
|---|
| 42 | | # Support bus number 0 to 4 instead of only 0. |
|---|
| 43 | | # Version 1.3 2005-01-18 Jean Delvare <khali@linux-fr.org> |
|---|
| 44 | | # Revision might be a Service Tag. |
|---|
| 45 | | # Version 1.4 2006-09-20 Jean Delvare <khali@linux-fr.org> |
|---|
| 46 | | # Detect and skip false positives (e.g. EDID EEPROMs). |
|---|
| 47 | | # Version 1.5 2007-11-19 Jean Delvare <khali@linux-fr.org> |
|---|
| 48 | | # UUID and serial number might be hidden |
|---|
| 49 | | # The model name is actually the first half of the asset tag |
|---|
| 50 | | # The timestamp is only 18-byte long |
|---|