Changeset 3777

Show
Ignore:
Timestamp:
02/17/03 02:36:51 (10 years ago)
Author:
mds
Message:

add OMAHA ID for

Cam Mayor <cmayor@…>

Location:
i2c/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/CHANGES

    r3776 r3777  
    2323           error handling. This is not a drop-in replacement for i2c-algo-bit. 
    2424           Interface subject to change. 
    25   i2c-id.h: ID for i2c-algo-biths, W83627HF, LM85, nForce2 
     25  i2c-id.h: ID for i2c-algo-biths, W83627HF, LM85, nForce2, OMAHA 
    2626  i2c.h: Add fields for detailed delivery report in i2c_msg. 
    2727 
  • i2c/trunk/kernel/i2c-id.h

    r3776 r3777  
    211211#define I2C_HW_B_TSUNA  0x12    /* DEC Tsunami chipset                  */ 
    212212#define I2C_HW_B_FRODO  0x13    /* 2d3D, Inc. SA-1110 Development Board */ 
     213#define I2C_HW_B_OMAHA  0x14    /* Omaha I2C interface (ARM)            */ 
    213214 
    214215/* --- PCF 8584 based algorithms                                        */