aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa711x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/saa711x.c')
-rw-r--r--drivers/media/video/saa711x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/saa711x.c b/drivers/media/video/saa711x.c
index ed16282fca51..85f3403f7404 100644
--- a/drivers/media/video/saa711x.c
+++ b/drivers/media/video/saa711x.c
@@ -84,6 +84,7 @@ struct saa7113 {
84}; 84};
85 85
86#define I2C_SAA7113 0x4A 86#define I2C_SAA7113 0x4A
87#define I2C_SAA7114 0x42
87 88
88/* ----------------------------------------------------------------------- */ 89/* ----------------------------------------------------------------------- */
89 90
@@ -465,6 +466,7 @@ saa7113_command (struct i2c_client *client,
465/* standard i2c insmod options */ 466/* standard i2c insmod options */
466static unsigned short normal_i2c[] = { 467static unsigned short normal_i2c[] = {
467 I2C_SAA7113>>1, /* saa7113 */ 468 I2C_SAA7113>>1, /* saa7113 */
469 I2C_SAA7114>>1, /* saa7114 */
468 I2C_CLIENT_END 470 I2C_CLIENT_END
469}; 471};
470 472