diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-03-11 19:44:05 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-03-11 19:44:05 -0400 |
commit | 07de6942e98eed6b4f09a61a3fd4a8db5de82202 (patch) | |
tree | af4f0bc537c5b53079e8ee8d25fa70b7a80962f2 /linux | |
parent | e1c0c4d08cfdec10669c7e16b4cb2f3210f56c7f (diff) | |
download | mediapointer-dvb-s2-07de6942e98eed6b4f09a61a3fd4a8db5de82202.tar.gz mediapointer-dvb-s2-07de6942e98eed6b4f09a61a3fd4a8db5de82202.tar.bz2 |
Add I2C_HW_B_CX23885 for Conexant 23885/23887 PCIe bridge
From: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/include/linux/i2c-id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/linux/i2c-id.h b/linux/include/linux/i2c-id.h index 4891e03ad..a271b67a8 100644 --- a/linux/include/linux/i2c-id.h +++ b/linux/include/linux/i2c-id.h @@ -197,6 +197,7 @@ #define I2C_HW_B_EM28XX 0x01001f /* em28xx video capture cards */ #define I2C_HW_B_CX2341X 0x010020 /* Conexant CX2341X MPEG encoder cards */ #define I2C_HW_B_INTELFB 0x010021 /* intel framebuffer driver */ +#define I2C_HW_B_CX23885 0x010022 /* conexant 23885 based tv cards (bus1) */ /* --- PCF 8584 based algorithms */ #define I2C_HW_P_LP 0x020000 /* Parallel port interface */ |