diff options
author | Steven Toth <stoth@kernellabs.com> | 2009-05-09 12:24:12 -0400 |
---|---|---|
committer | Steven Toth <stoth@kernellabs.com> | 2009-05-09 12:24:12 -0400 |
commit | 2271325ad10d3471d614c23b8ccf4c7eec0846c5 (patch) | |
tree | fc563613770dcc32918747071c883dfbad0b53d4 /linux | |
parent | 00c1eda676d0707af2602f156278772fe3c30cb8 (diff) | |
download | mediapointer-dvb-s2-2271325ad10d3471d614c23b8ccf4c7eec0846c5.tar.gz mediapointer-dvb-s2-2271325ad10d3471d614c23b8ccf4c7eec0846c5.tar.bz2 |
Add the SAA7164 I2C bus identifier
From: Steven Toth <stoth@kernellabs.com>
Add the SAA7164 I2C bus identifier
Priority: normal
Signed-off-by: Steven Toth <stoth@kernellabs.com>
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 c9087de5c..271b67a31 100644 --- a/linux/include/linux/i2c-id.h +++ b/linux/include/linux/i2c-id.h @@ -53,6 +53,7 @@ #define I2C_HW_B_AU0828 0x010023 /* auvitek au0828 usb bridge */ #define I2C_HW_B_CX231XX 0x010024 /* Conexant CX231XX USB based cards */ #define I2C_HW_B_HDPVR 0x010025 /* Hauppauge HD PVR */ +#define I2C_HW_B_SAA7164 0x010024 /* NXP 7164 based tv cards */ /* --- SGI adapters */ #define I2C_HW_SGI_VINO 0x160000 |