Changeset 3495

Show
Ignore:
Timestamp:
08/24/00 15:25:36 (8 years ago)
Author:
frodo
Message:

Sync with linux-2.4.0-test7

Nothing important at all.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/doc/writing-clients

    r3490 r3495  
    734734                                        u8 *values); 
    735735 
    736 All these tranactions return -1 on failure. The 'write' transactions  
     736All these transactions return -1 on failure. The 'write' transactions  
    737737return 0 on success; the 'read' transactions return the read value, except  
    738738for read_block, which returns the number of values read. The block buffers  
  • i2c/trunk/kernel/i2c-id.h

    r3494 r3495  
    7272#define I2C_DRIVERID_SAB3036    26      /* SAB3036 tuner                */ 
    7373#define I2C_DRIVERID_TDA7432    27      /* Stereo sound processor       */ 
    74 #define I2C_DRIVERID_TVMIXER    28 
    75 #define I2C_DRIVERID_TVAUDIO    29 
    76 #define I2C_DRIVERID_DPL3518    30 
    77 #define I2C_DRIVERID_TDA9873    31 
    78 #define I2C_DRIVERID_TDA9875    32 
    79 #define I2C_DRIVERID_PIC16C54_PV9 33 
     74#define I2C_DRIVERID_TVMIXER    28      /* Mixer driver for tv cards    */ 
     75#define I2C_DRIVERID_TVAUDIO    29      /* Generic TV sound driver      */ 
     76#define I2C_DRIVERID_DPL3518    30      /* Dolby decoder chip           */ 
     77#define I2C_DRIVERID_TDA9873    31      /* TV sound decoder chip        */ 
     78#define I2C_DRIVERID_TDA9875    32      /* TV sound decoder chip        */ 
     79#define I2C_DRIVERID_PIC16C54_PV9 33    /* Audio mux/ir receiver        */ 
    8080 
    8181#define I2C_DRIVERID_EXP0       0xF0    /* experimental use id's        */