Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Markus Rechberger and committed by
Linus Torvalds
791b403f f6d6e6db

+2
+2
drivers/media/video/saa711x.c
··· 84 84 }; 85 85 86 86 #define I2C_SAA7113 0x4A 87 + #define I2C_SAA7114 0x42 87 88 88 89 /* ----------------------------------------------------------------------- */ 89 90 ··· 466 465 /* standard i2c insmod options */ 467 466 static unsigned short normal_i2c[] = { 468 467 I2C_SAA7113>>1, /* saa7113 */ 468 + I2C_SAA7114>>1, /* saa7114 */ 469 469 I2C_CLIENT_END 470 470 }; 471 471