diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-03-29 18:15:33 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 14:09:42 -0300 |
commit | c8234ea37fb8b7a904223672edf36d269ea569a2 (patch) | |
tree | d7bf4c695b5da26de2be93d895e4d1cfa0b6d369 /include/linux | |
parent | e77ebdaa927a9e1b6a2e46086f6ca9a445cd0b88 (diff) | |
download | linux-stable-c8234ea37fb8b7a904223672edf36d269ea569a2.tar.gz linux-stable-c8234ea37fb8b7a904223672edf36d269ea569a2.tar.bz2 linux-stable-c8234ea37fb8b7a904223672edf36d269ea569a2.zip |
V4L/DVB (7620): Adding support for a new i2c bridge type
Adding support for a new i2c bridge type
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.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 b979112f74e0..32eb8bbe4831 100644 --- a/include/linux/i2c-id.h +++ b/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 */ |