summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-11-26 11:19:09 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-11-26 11:19:09 +1100
commit72bf642fb2133f2e9e59c9c320a168537bdd8f2e (patch)
tree7d139f84beaed29c5d1d0ef2fbff3acb6f20d5c1 /Documentation
parent95f970f5026552b92e8d11c5b398e5b896ed9ac4 (diff)
i2c-stub: Documentation update
There is nothing sensors-specific to i2c-stub. Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/i2c/i2c-stub4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/i2c/i2c-stub b/Documentation/i2c/i2c-stub
index 326d1ee81e0e..fa4b669c166b 100644
--- a/Documentation/i2c/i2c-stub
+++ b/Documentation/i2c/i2c-stub
@@ -21,8 +21,8 @@ EEPROMs, among others.
The typical use-case is like this:
1. load this module
- 2. use i2cset (from lm_sensors project) to pre-load some data
- 3. load the target sensors chip driver module
+ 2. use i2cset (from the i2c-tools project) to pre-load some data
+ 3. load the target chip driver module
4. observe its behavior in the kernel log
There's a script named i2c-stub-from-dump in the i2c-tools package which