Commit 6471b68982d3bb1a593c3e183c804ecf830125d3

Authored by Jean Delvare
1 parent 38f41f282f

i2c-stub: Documentation update

There is nothing sensors-specific to i2c-stub.

Signed-off-by: Jean Delvare <khali@linux-fr.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

Documentation/i2c/i2c-stub
... ... @@ -21,8 +21,8 @@
21 21  
22 22 The typical use-case is like this:
23 23 1. load this module
24   - 2. use i2cset (from lm_sensors project) to pre-load some data
25   - 3. load the target sensors chip driver module
  24 + 2. use i2cset (from the i2c-tools project) to pre-load some data
  25 + 3. load the target chip driver module
26 26 4. observe its behavior in the kernel log
27 27  
28 28 There's a script named i2c-stub-from-dump in the i2c-tools package which