diff options
author | Ricardo Cerqueira <v4l@cerqueira.org> | 2005-11-09 00:37:51 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:21 -0500 |
commit | c2f6f9d866d3ea25eebe32c6c51e47e5141669cf (patch) | |
tree | 1c24ee3bc78c06b625f2eaa87a7ff8bc9c05ee5d /drivers/media/video/tda8290.c | |
parent | 9a741ec9b87ac13f13a1dfcb05979d7c785d0755 (diff) |
[PATCH] v4l: 812: supports the pinnacle pctv 110i board video inputs and remote
- Supports the Pinnacle PCTV 110i board, video inputs, and remote.
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
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 'drivers/media/video/tda8290.c')
-rw-r--r-- | drivers/media/video/tda8290.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tda8290.c b/drivers/media/video/tda8290.c index 8f9d7d1fd3f4..fa9b4b898f68 100644 --- a/drivers/media/video/tda8290.c +++ b/drivers/media/video/tda8290.c | |||
@@ -487,7 +487,7 @@ static void tda8290_init_tuner(struct i2c_client *c) | |||
487 | unsigned char tda8275a_init[] = { 0x00, 0x00, 0x00, 0x00, 0xdC, 0x05, 0x8b, | 487 | unsigned char tda8275a_init[] = { 0x00, 0x00, 0x00, 0x00, 0xdC, 0x05, 0x8b, |
488 | 0x0c, 0x04, 0x20, 0xFF, 0x00, 0x00, 0x4b }; | 488 | 0x0c, 0x04, 0x20, 0xFF, 0x00, 0x00, 0x4b }; |
489 | struct i2c_msg msg = {.addr = t->tda827x_addr, .flags=0, | 489 | struct i2c_msg msg = {.addr = t->tda827x_addr, .flags=0, |
490 | .buf=tda8275_init, .len = 14}; | 490 | .buf=tda8275_init, .len = 14}; |
491 | if (t->tda827x_ver != 0) | 491 | if (t->tda827x_ver != 0) |
492 | msg.buf = tda8275a_init; | 492 | msg.buf = tda8275a_init; |
493 | 493 | ||