diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-17 19:24:56 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-17 19:24:56 +0200 |
commit | c43c1be0f7e0ac3d2fe1d4a5b37041c4c4463af1 (patch) | |
tree | 618b5e8ac458258acc981e0aeeac6f232f14aaf8 /Documentation/i2c/chips/max6875 | |
parent | e22146e610bb7aed63282148740ab1d1b91e1d90 (diff) | |
parent | a3cf859321486f69506326146ab3e2fd15c05c3f (diff) |
Merge branch 'linus' into x86/urgent
Diffstat (limited to 'Documentation/i2c/chips/max6875')
-rw-r--r-- | Documentation/i2c/chips/max6875 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/chips/max6875 b/Documentation/i2c/chips/max6875 index a0cd8af2f40..10ca43cd1a7 100644 --- a/Documentation/i2c/chips/max6875 +++ b/Documentation/i2c/chips/max6875 @@ -49,7 +49,7 @@ $ modprobe max6875 force=0,0x50 The MAX6874/MAX6875 ignores address bit 0, so this driver attaches to multiple addresses. For example, for address 0x50, it also reserves 0x51. -The even-address instance is called 'max6875', the odd one is 'max6875 subclient'. +The even-address instance is called 'max6875', the odd one is 'dummy'. Programming the chip using i2c-dev |