projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84cd961
)
[PATCH] v4l: 644: lower switch from vhf lo to vhf hi for philips 1216me mk3
author
Nickolay V. Shmyrev
<nshmyrev@yandex.ru>
Wed, 9 Nov 2005 05:36:24 +0000
(21:36 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:56:08 +0000
(07:56 -0800)
- Lower switch from VHF_LO to VHF_HI for Philips 1216ME MK3
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>
drivers/media/video/tuner-simple.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/tuner-simple.c
b/drivers/media/video/tuner-simple.c
index
8edd73a
..
0ae39be
100644
(file)
--- a/
drivers/media/video/tuner-simple.c
+++ b/
drivers/media/video/tuner-simple.c
@@
-185,7
+185,7
@@
static struct tunertype tuners[] = {
{ "LG PAL (newer TAPC series)", LGINNOTEK, PAL,
16*170.00, 16*450.00, 0x01,0x02,0x08,0x8e,623},
{ "Philips PAL/SECAM multi (FM1216ME MK3)", Philips, PAL,
- 16*1
60
.00,16*442.00,0x01,0x02,0x04,0x8e,623 },
+ 16*1
58
.00,16*442.00,0x01,0x02,0x04,0x8e,623 },
{ "LG NTSC (newer TAPC series)", LGINNOTEK, NTSC,
16*170.00, 16*450.00, 0x01,0x02,0x08,0x8e,732},