diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-03-29 14:15:33 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-03-29 14:15:33 -0400 |
commit | b13151ad9db4a75aba8551e7cfb95cb9f34c1283 (patch) | |
tree | 088903e749cc467a48274ee81325675d86aa4c1e /linux/include | |
parent | 40d6fe4fada21b11101637befb63e01c3766fb90 (diff) | |
download | mediapointer-dvb-s2-b13151ad9db4a75aba8551e7cfb95cb9f34c1283.tar.gz mediapointer-dvb-s2-b13151ad9db4a75aba8551e7cfb95cb9f34c1283.tar.bz2 |
Adding support for a new i2c bridge type
From: Steven Toth <stoth@hauppauge.com>
Adding support for a new i2c bridge type
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/include')
-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 b979112f7..32eb8bbe4 100644 --- a/linux/include/linux/i2c-id.h +++ b/linux/include/linux/i2c-id.h @@ -125,6 +125,7 @@ #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) */ +#define I2C_HW_B_AU0828 0x010023 /* auvitek au0828 usb bridge */ /* --- PCF 8584 based algorithms */ #define I2C_HW_P_ELEK 0x020002 /* Elektor ISA Bus inteface card */ |