Skip to content

Commit

Permalink
[PATCH] v4l: 843: added saa7114 support on i2c address 0x42
Browse files Browse the repository at this point in the history
- Added saa7114 support on i2c address 0x42

Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Markus Rechberger authored and Linus Torvalds committed Nov 9, 2005
1 parent f6d6e6d commit 791b403
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/video/saa711x.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ struct saa7113 {
};

#define I2C_SAA7113 0x4A
#define I2C_SAA7114 0x42

/* ----------------------------------------------------------------------- */

Expand Down Expand Up @@ -465,6 +466,7 @@ saa7113_command (struct i2c_client *client,
/* standard i2c insmod options */
static unsigned short normal_i2c[] = {
I2C_SAA7113>>1, /* saa7113 */
I2C_SAA7114>>1, /* saa7114 */
I2C_CLIENT_END
};

Expand Down

0 comments on commit 791b403

Please sign in to comment.