@@ -20,7 +20,8 @@ The various tools included in this packa
* eeprom
Perl scripts for decoding different types of EEPROMs (SPD, EDID...) These
- scripts rely on the "eeprom" kernel driver. They are installed by default.
+ scripts rely on the eeprom kernel drivers ("at24" and "ee1004", "eeprom" on
+ older kernels). They are installed by default.
* eeprog, eepromer
Tools for writing to EEPROMs. These tools rely on the "i2c-dev" kernel
@@ -1,6 +1,6 @@
-# EEPROM decoding scripts for the Linux eeprom driver
+# EEPROM decoding scripts for the Linux eeprom drivers
#
-# Copyright (C) 2007-2013 Jean Delvare <jdelvare@suse.de>
+# Copyright (C) 2007-2020 Jean Delvare <jdelvare@suse.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by