summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-05-30 15:43:44 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-05-30 15:43:44 +0000
commit1780f797106ee7c1651df889e15bbbcb14e2c45c (patch)
tree77d01c1b8019fb6371bf54abe4379696d8685ce5
parent75f2c660cca5df7e49de9d916d1083b27efa0934 (diff)
downloadmediapointer-dvb-s2-1780f797106ee7c1651df889e15bbbcb14e2c45c.tar.gz
mediapointer-dvb-s2-1780f797106ee7c1651df889e15bbbcb14e2c45c.tar.bz2
Changed tuner number to tuner name on Pixelviel Ultra Pro.
-rw-r--r--linux/drivers/media/video/cx88/cx88-cards.c7
-rw-r--r--v4l/ChangeLog7
2 files changed, 10 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c
index f9b3e71d6..3394c3515 100644
--- a/linux/drivers/media/video/cx88/cx88-cards.c
+++ b/linux/drivers/media/video/cx88/cx88-cards.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-cards.c,v 1.70 2005/05/30 15:34:52 mchehab Exp $
+ * $Id: cx88-cards.c,v 1.71 2005/05/30 15:43:44 mchehab Exp $
*
* device driver for Conexant 2388x based TV cards
* card-specific stuff.
@@ -597,11 +597,12 @@ struct cx88_board cx88_boards[] = {
},
[CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO] = {
.name = "PixelView PlayTV Ultra Pro (Stereo)",
- .tuner_type = 38,
+ /* May be also TUNER_YMEC_TVF_5533MF for NTSC/M or PAL/M */
+ .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
.input = {{
.type = CX88_VMUX_TELEVISION,
.vmux = 0,
- .gpio0 = 0xbf61, // internal decoder
+ .gpio0 = 0xbf61, /* internal decoder */
},{
.type = CX88_VMUX_COMPOSITE1,
.vmux = 1,
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 91d36b215..90fe4cbc3 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-30 16:43 mchehab
+ * cx88-cards,c:
+
+ - changed tuner number to its corresponding name for PV Ultra Pro.
+
2005-05-30 16:33 mchehab
* cx88-cards,c:
@@ -1082,7 +1087,7 @@
saa7134-reg.h, saa7134-ts.c, saa7134-tvaudio.c, saa7134-vbi.c,
saa7134-video.c, saa7134.h, video-buf.c, video-buf.h:
- - added a bunch of $Id: ChangeLog,v 1.11 2005/05/30 15:34:52 mchehab Exp $ tags.
+ - added a bunch of $Id: ChangeLog,v 1.12 2005/05/30 15:46:02 mchehab Exp $ tags.
2004-09-15 17:35 kraxel