]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/i2c/chips/max6875
Merge branch 'linus' into locking-for-linus
[mv-sheeva.git] / Documentation / i2c / chips / max6875
index 96fec562a8e9020fc92a5d8c1de5676bda953cf8..10ca43cd1a72aa9d2d5bafc77a1116c126d7d892 100644 (file)
@@ -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
@@ -99,7 +99,7 @@ And then read the data
 
   or
 
-  count = i2c_smbus_read_i2c_block_data(fd, 0x84, buffer);
+  count = i2c_smbus_read_i2c_block_data(fd, 0x84, 16, buffer);
 
 The block read should read 16 bytes.
 0x84 is the block read command.