summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-07-27 01:45:19 +0000
committerMichael Krufky <devnull@localhost>2005-07-27 01:45:19 +0000
commitc4a728e6af8034a8d7314846f74279f08745afab (patch)
tree348ff5dd384befc48e21c1c16d5264a4ad297841
parentd19ae2b13edcc2dbb4dcd2f413341ba2ab9628fe (diff)
downloadmediapointer-dvb-s2-c4a728e6af8034a8d7314846f74279f08745afab.tar.gz
mediapointer-dvb-s2-c4a728e6af8034a8d7314846f74279f08745afab.tar.bz2
* cx88-mpeg.c:
- update for FusionHDTV 5 Gold. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
-rw-r--r--linux/drivers/media/video/cx88/cx88-mpeg.c5
-rw-r--r--v4l/ChangeLog11
2 files changed, 9 insertions, 7 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-mpeg.c b/linux/drivers/media/video/cx88/cx88-mpeg.c
index 5e96ff101..1fedfd16b 100644
--- a/linux/drivers/media/video/cx88/cx88-mpeg.c
+++ b/linux/drivers/media/video/cx88/cx88-mpeg.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-mpeg.c,v 1.32 2005/07/15 21:44:14 mchehab Exp $
+ * $Id: cx88-mpeg.c,v 1.33 2005/07/27 01:45:19 mkrufky Exp $
*
* Support for the mpeg transport stream transfers
* PCI function #2 of the cx2388x.
@@ -76,7 +76,8 @@ static int cx8802_start_dma(struct cx8802_dev *dev,
cx_write(MO_PINMUX_IO, 0x00);
cx_write(TS_HW_SOP_CNTRL,0x47<<16|188<<4|0x01);
if ((core->board == CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q) ||
- (core->board == CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T)) {
+ (core->board == CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T) ||
+ (core->board == CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD)) {
cx_write(TS_SOP_STAT, 1<<13);
} else {
cx_write(TS_SOP_STAT, 0x00);
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index a5899852b..ea4b49f7b 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,5 +1,10 @@
-2005-07-26 10:36 mchehab
+2005-07-27 01:41 mkrufky
+ * cx88-mpeg.c:
+ - update for FusionHDTV 5 Gold.
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+
+2005-07-26 10:36 mchehab
* tea5767.c:
- tea5767_autodetection improved. It requires more testing.
@@ -198,7 +203,6 @@
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-15 21:32 mchehab
-
* videodev.h:
- linux/version.h removed at linux-2.6.13-rc3-mm1.
@@ -219,7 +223,6 @@
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-15 20:31 mchehab
-
* .bp/2.6/dvb-cx22702,.bp/2.6/dvb-mt352, .bp/2.6/dvb-or51132,
dvb-pll.c,dvb-pll.h,lgdt3302.c,lgdt3302.h,lgdt3302_priv.h,
mt352.c,mt352.h,mt352_priv.h,or51132.c,or51132.h,tda1004x.c,
@@ -247,7 +250,6 @@
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-15 20:08 mchehab
-
* bttv-driver.c, msp3400.c, tda9887.c, tuner-core.c:
- driver.suspend API modified at 2.6.13-rc3-mm1.
- Warnings removed when compiling against 2.6.13-rc3-mm1.
@@ -255,7 +257,6 @@
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-15 20:04 mchehab
-
* cx88-dvb.c:
- Fix corrected.