aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/ivtv-cards.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-04-22 13:45:50 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:49 -0400
commitd00573bbe9ce97798e08e6718f3459c2c2ceacc0 (patch)
treeee86ee6a5f9e2e89ec1a67e2c64700452a278d8f /drivers/media/video/ivtv/ivtv-cards.c
parentc0038ce025e1d70076894e6a206a73fd37ad493d (diff)
V4L/DVB (7339): ivtv: add support for Japanese variant of the Adaptec AVC-2410
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-cards.c')
-rw-r--r--drivers/media/video/ivtv/ivtv-cards.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/media/video/ivtv/ivtv-cards.c b/drivers/media/video/ivtv/ivtv-cards.c
index f23c6b8d6911..e908649ea37c 100644
--- a/drivers/media/video/ivtv/ivtv-cards.c
+++ b/drivers/media/video/ivtv/ivtv-cards.c
@@ -416,11 +416,10 @@ static const struct ivtv_card ivtv_card_avc2410 = {
416 on the country/region setting of the user to decide which tuner 416 on the country/region setting of the user to decide which tuner
417 is available. */ 417 is available. */
418 .tuners = { 418 .tuners = {
419 /* This tuner has been verified for the AVC2410 */
420 { .std = V4L2_STD_625_50, .tuner = TUNER_PHILIPS_FM1216ME_MK3 }, 419 { .std = V4L2_STD_625_50, .tuner = TUNER_PHILIPS_FM1216ME_MK3 },
421 /* This is a good guess, but I'm not totally sure this is 420 { .std = V4L2_STD_ALL - V4L2_STD_NTSC_M_JP,
422 the correct tuner for NTSC. */ 421 .tuner = TUNER_PHILIPS_FM1236_MK3 },
423 { .std = V4L2_STD_ALL, .tuner = TUNER_PHILIPS_FM1236_MK3 }, 422 { .std = V4L2_STD_NTSC_M_JP, .tuner = TUNER_PHILIPS_FQ1286 },
424 }, 423 },
425 .pci_list = ivtv_pci_avc2410, 424 .pci_list = ivtv_pci_avc2410,
426 .i2c = &ivtv_i2c_std, 425 .i2c = &ivtv_i2c_std,