diff options
author | Markus Rechberger <mrechberger@gmail.com> | 2005-11-09 06:38:08 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 16:56:24 +0100 |
commit | 791b403f5f8b2bb9ecaefc6dacfd4b96cb282274 (patch) | |
tree | cd3cea058d38bdd538528e3c72c58845e5d663d3 /drivers/media/video/saa711x.c | |
parent | [PATCH] v4l: 842: create kconfig files for cx88 and saa7134 directories (diff) | |
download | linux-791b403f5f8b2bb9ecaefc6dacfd4b96cb282274.tar.xz linux-791b403f5f8b2bb9ecaefc6dacfd4b96cb282274.zip |
[PATCH] v4l: 843: added saa7114 support on i2c address 0x42
- 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>
Diffstat (limited to '')
-rw-r--r-- | drivers/media/video/saa711x.c | 2 |
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 { }; #define I2C_SAA7113 0x4A +#define I2C_SAA7114 0x42 /* ----------------------------------------------------------------------- */ @@ -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 }; |