diff options
| author | Gerd Knorr <kraxel@bytesex.org> | 2005-01-25 04:54:24 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-25 04:54:24 -0800 |
| commit | 3e444c3f480dad21d42972e85401e5acba70e956 (patch) | |
| tree | e47ecd6365ac7c792653c020df0c3b9d333a4b97 /include/linux | |
| parent | f713ad9300f52fb619dc74d960d55dc5f78b24dc (diff) | |
[PATCH] add i2c adapter id for the cx88 driver.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i2c-id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h index bfa2d557d47a..22f5f593ac76 100644 --- a/include/linux/i2c-id.h +++ b/include/linux/i2c-id.h @@ -239,6 +239,7 @@ #define I2C_HW_B_IXP4XX 0x17 /* GPIO on IXP4XX systems */ #define I2C_HW_B_S3VIA 0x18 /* S3Via ProSavage adapter */ #define I2C_HW_B_ZR36067 0x19 /* Zoran-36057/36067 based boards */ +#define I2C_HW_B_CX2388x 0x1b /* connexant 2388x based tv cards */ /* --- PCF 8584 based algorithms */ #define I2C_HW_P_LP 0x00 /* Parallel port interface */ |
