summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2020-09-10 15:05:56 +0200
committerJean Delvare <jdelvare@suse.de>2020-09-10 15:05:56 +0200
commit3becd9ec0d82ccfade62e3540034b3d3b3ba5523 (patch)
tree0edf103290ed87ffaa615dc4d31f7578f3b213f3
parentcdb9eefc6426583c0a52997362b5250effe59926 (diff)
downloadi2c-tools-git-3becd9ec0d82ccfade62e3540034b3d3b3ba5523.tar.gz
There are several eeprom drivers
There used to be only 1 eeprom driver (named "eeprom") but now there are 3 and the legacy "eeprom" driver is not the preferred option. So list all 3 drivers in our documentation to prevent confusion. Signed-off-by: Jean Delvare <jdelvare@suse.de> Reviewed-by: Wolfram Sang <wsa@kernel.org>
-rw-r--r--README3
-rw-r--r--eeprom/Module.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 7556cf3..bd96d16 100644
--- a/README
+++ b/README
@@ -20,7 +20,8 @@ category has its own sub-directory:
* 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
diff --git a/eeprom/Module.mk b/eeprom/Module.mk
index 402f2f5..f8a89f3 100644
--- a/eeprom/Module.mk
+++ b/eeprom/Module.mk
@@ -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