Changeset 3418

Show
Ignore:
Timestamp:
12/21/99 15:37:56 (9 years ago)
Author:
simon
Message:

(simon) Added driver id & adapter id for matrox G400 support

Files:

Legend:

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

    r3415 r3418  
    7272#define I2C_DRIVERID_EXP3       0xF3 
    7373 
     74#define I2C_DRIVERID_MGATVO     0x0101  /* Matrox TVOut                 */ 
     75 
    7476#define I2C_DRIVERID_I2CDEV     900 
    7577#define I2C_DRIVERID_I2CPROC    901 
     
    114116#define I2C_HW_B_VIA    0x07    /* Via vt82c586b                        */ 
    115117#define I2C_HW_B_HYDRA  0x08    /* Apple Hydra Mac I/O                  */ 
     118#define I2C_HW_B_G400   0x09    /* Matrox G400                          */ 
    116119 
    117120/* --- PCF 8584 based algorithms                                        */