Changeset 3994

Show
Ignore:
Timestamp:
08/13/05 10:48:36 (3 years ago)
Author:
khali
Message:

Drop the I2C_ACK_TEST ioctl, which was commented out. It never
really existed (not after 1999 anyway), and there is no such thing as
a ack test on I2C/SMBus anyway.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/kernel/i2c.h

    r3980 r3994  
    510510#define I2C_RDWR        0x0707  /* Combined R/W transfer (one stop only)*/ 
    511511#define I2C_PEC         0x0708  /* != 0 for SMBus PEC                   */ 
    512 #if 0 
    513 #define I2C_ACK_TEST    0x0710  /* See if a slave is at a specific address */ 
    514 #endif 
    515512 
    516513#define I2C_SMBUS       0x0720  /* SMBus-level access */