Show
Ignore:
Timestamp:
06/15/02 19:11:28 (11 years ago)
Author:
mds
Message:

add I2C_PEC ioctl

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/doc/dev-interface

    r3516 r3643  
    8888ioctl(file,I2C_TENBIT,long select) 
    8989  Selects ten bit addresses if select not equals 0, selects normal 7 bit 
    90   addresses if select equals 0. 
     90  addresses if select equals 0. Default 0. 
     91 
     92ioctl(file,I2C_PEC,long select) 
     93  Selects SMBus PEC (packet error checking) generation and verification 
     94  if select not equals 0, disables if select equals 0. Default 0. 
     95  Used only for SMBus transactions. 
    9196 
    9297ioctl(file,I2C_FUNCS,unsigned long *funcs)