Magellan Linux

Contents of /trunk/kernel26-magellan/patches-2.6.16-r12/0110-2.6.16.12-pvr350.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 72 - (show annotations) (download)
Mon Jun 5 09:25:38 2006 UTC (17 years, 10 months ago) by niro
File size: 1132 byte(s)
ver bump to 2.6.16-r12:
- updated to linux-2.6.16.19
- updated to ck11

1 From: Jose Alberto Reguero <jareguero@telefonica.net>
2 Date: Sat, 22 Apr 2006 07:35:45 +0000 (-0400)
3 Subject: [PATCH] fix saa7129 support in saa7127 module for pvr350 tv out
4 X-Git-Url: http://www.kernel.org/git/?p=linux/kernel/git/stable/linux-2.6.16.y.git;a=commitdiff;h=f5d195f1c98ec76606522daeb49bb7d2eb8065e4
5
6 [PATCH] fix saa7129 support in saa7127 module for pvr350 tv out
7
8 This patch fixes tv-out support for the newer model of
9 the pvr350, which has a saa7129 instead of a saa7127
10 video encoder.
11
12 Signed-off-by: Jose Alberto Reguero <jareguero@telefonica.net>
13 Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
14 Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
15 Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
16 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
17 ---
18
19 --- a/drivers/media/video/saa7127.c
20 +++ b/drivers/media/video/saa7127.c
21 @@ -141,6 +141,7 @@ struct i2c_reg_value {
22 static const struct i2c_reg_value saa7129_init_config_extra[] = {
23 { SAA7127_REG_OUTPUT_PORT_CONTROL, 0x38 },
24 { SAA7127_REG_VTRIG, 0xfa },
25 + { 0, 0 }
26 };
27
28 static const struct i2c_reg_value saa7127_init_config_common[] = {