diff options
| author | Mauro Carvalho Chehab <devnull@localhost> | 2005-08-20 22:10:10 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-08-20 22:10:10 +0000 |
| commit | 4e56dc6d1ec210e05efcb2236fd6809dbd70f790 (patch) | |
| tree | ed510c30e7e91a6a6b12513567eebee316f29532 | |
| parent | 64d0f7bbefd4a2ce7ed6e2a39c8a132f25d151a4 (diff) | |
| download | mediapointer-dvb-s2-4e56dc6d1ec210e05efcb2236fd6809dbd70f790.tar.gz mediapointer-dvb-s2-4e56dc6d1ec210e05efcb2236fd6809dbd70f790.tar.bz2 | |
* tuner-simple.c:
- correct LG NTSC TALN mini tuner takeover as far we can
empirically determine for now.
Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
| -rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 4 | ||||
| -rw-r--r-- | v4l/ChangeLog | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c index 41ba7ad46..5a8784cb9 100644 --- a/linux/drivers/media/video/tuner-simple.c +++ b/linux/drivers/media/video/tuner-simple.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-simple.c,v 1.45 2005/08/17 19:42:11 nsh Exp $ + * $Id: tuner-simple.c,v 1.46 2005/08/20 22:10:10 mchehab Exp $ * * i2c tv tuner chip device driver * controls all those simple 4-control-bytes style tuners. @@ -252,7 +252,7 @@ static struct tunertype tuners[] = { { "Ymec TVF66T5-B/DFF", Philips, PAL, 16*160.25,16*464.25,0x01,0x02,0x08,0x8e,623}, { "LG NTSC (TALN mini series)", LGINNOTEK, NTSC, - 16*150.00,16*425.00,0x01,0x02,0x08,0x8e,732 }, + 16*137.25,16*373.25,0x01,0x02,0x08,0x8e,732 }, }; unsigned const int tuner_count = ARRAY_SIZE(tuners); diff --git a/v4l/ChangeLog b/v4l/ChangeLog index b02aeacbb..86afad4fe 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,12 @@ +2005-08-20 22:08 + + * tuner-simple.c: + - correct LG NTSC TALN mini tuner takeover as far we can + empirically determine for now. + + Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de> + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-08-20 17:37 * tveeprom.c: (tveeprom_command): |
