diff options
author | Steven Toth <stoth@kernellabs.com> | 2009-05-09 12:24:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:14:42 -0400 |
commit | 9afef394308cf63ddb67b003a1c6036615456eb9 (patch) | |
tree | 72d3c8583039839b9d2f410ae611a035767aaabf /include | |
parent | db17ab98460496df59453ff2790aac23ebcc2e90 (diff) |
V4L/DVB (12922): Add the SAA7164 I2C bus identifier
Add the SAA7164 I2C bus identifier
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-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 c9087de5c6c6..271b67a3167e 100644 --- a/include/linux/i2c-id.h +++ b/include/linux/i2c-id.h | |||
@@ -53,6 +53,7 @@ | |||
53 | #define I2C_HW_B_AU0828 0x010023 /* auvitek au0828 usb bridge */ | 53 | #define I2C_HW_B_AU0828 0x010023 /* auvitek au0828 usb bridge */ |
54 | #define I2C_HW_B_CX231XX 0x010024 /* Conexant CX231XX USB based cards */ | 54 | #define I2C_HW_B_CX231XX 0x010024 /* Conexant CX231XX USB based cards */ |
55 | #define I2C_HW_B_HDPVR 0x010025 /* Hauppauge HD PVR */ | 55 | #define I2C_HW_B_HDPVR 0x010025 /* Hauppauge HD PVR */ |
56 | #define I2C_HW_B_SAA7164 0x010024 /* NXP 7164 based tv cards */ | ||
56 | 57 | ||
57 | /* --- SGI adapters */ | 58 | /* --- SGI adapters */ |
58 | #define I2C_HW_SGI_VINO 0x160000 | 59 | #define I2C_HW_SGI_VINO 0x160000 |