From: Jose Alberto Reguero Date: Sat, 22 Apr 2006 07:35:45 +0000 (-0400) Subject: [PATCH] fix saa7129 support in saa7127 module for pvr350 tv out X-Git-Url: http://www.kernel.org/git/?p=linux/kernel/git/stable/linux-2.6.16.y.git;a=commitdiff;h=f5d195f1c98ec76606522daeb49bb7d2eb8065e4 [PATCH] fix saa7129 support in saa7127 module for pvr350 tv out This patch fixes tv-out support for the newer model of the pvr350, which has a saa7129 instead of a saa7127 video encoder. Signed-off-by: Jose Alberto Reguero Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Hans Verkuil Signed-off-by: Michael Krufky Signed-off-by: Greg Kroah-Hartman --- --- a/drivers/media/video/saa7127.c +++ b/drivers/media/video/saa7127.c @@ -141,6 +141,7 @@ struct i2c_reg_value { static const struct i2c_reg_value saa7129_init_config_extra[] = { { SAA7127_REG_OUTPUT_PORT_CONTROL, 0x38 }, { SAA7127_REG_VTRIG, 0xfa }, + { 0, 0 } }; static const struct i2c_reg_value saa7127_init_config_common[] = {