public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH i2c-tools] eeprog: use force option when eeprog gets data from a pipe
@ 2024-06-26  9:08 Thomas Richard
  2024-07-12 10:04 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Richard @ 2024-06-26  9:08 UTC (permalink / raw)
  To: linux-i2c; +Cc: jdelvare, thomas.petazzoni, Thomas Richard

When a pipe is used to send data to eeprog, the force option shall be used.
If not, the first character is catched by confirm_action().

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
---
 eeprog/eeprog.8 | 2 +-
 eeprog/eeprog.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eeprog/eeprog.8 b/eeprog/eeprog.8
index 6a61102..70f78ae 100644
--- a/eeprog/eeprog.8
+++ b/eeprog/eeprog.8
@@ -95,6 +95,6 @@ Write the current timestamp at address 0x200 of the EEPROM on bus 0 at address 0
 .P
  	date |
 .B eeprog
-/dev/i2c-0 0x33 -w 0x200
+-f /dev/i2c-0 0x33 -w 0x200
 .SH AUTHOR
 Stefano Barbato
diff --git a/eeprog/eeprog.c b/eeprog/eeprog.c
index 9978241..ef18ae1 100644
--- a/eeprog/eeprog.c
+++ b/eeprog/eeprog.c
@@ -65,7 +65,7 @@ void do_usage_if(int b, int line)
 "		eeprog /dev/i2c-1 0x51 -x -r 0x22:0x20\n"
 "	3- write the current timestamp at address 0x200 of the EEPROM on\n"
 "	   bus 0 at address 0x33\n"
-"		date | eeprog /dev/i2c-0 0x33 -w 0x200\n";
+"		date | eeprog -f /dev/i2c-0 0x33 -w 0x200\n";
 
 	if(!b)
 		return;
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-12 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26  9:08 [PATCH i2c-tools] eeprog: use force option when eeprog gets data from a pipe Thomas Richard
2024-07-12 10:04 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox