aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-07-07 12:49:51 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-07-14 13:42:38 +0200
commitee7913d3ecb19eabe9b8cdcd98a70855f51a8e16 (patch)
treeab8a0678bc30600a999a2ef16ee3f9e0439c2d7c
parent2c984295472a9f7d4da501ae3e5210f22e535227 (diff)
downloadopenembedded-ee7913d3ecb19eabe9b8cdcd98a70855f51a8e16.tar.gz
dreambox-dvb-modules.bb: update dm800 and dm8000 drivers
dm8000 changes: - fixed no more working ts playback after MPEG4 Part2 (Divx) playback - CI fix for Dre Crypt Module dm800 and dm8000 changes: - /proc/stb/audio/audio_delay_pcm/bitstream is now working in both directions.. negative offset now delays video
-rw-r--r--packages/dreambox/dreambox-dvb-modules.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/dreambox/dreambox-dvb-modules.bb b/packages/dreambox/dreambox-dvb-modules.bb
index 19ff993a29..9fd748db60 100644
--- a/packages/dreambox/dreambox-dvb-modules.bb
+++ b/packages/dreambox/dreambox-dvb-modules.bb
@@ -24,10 +24,10 @@ KV_dm500plus = "2.6.12"
PV_dm500plus = "${KV}-20080822"
KV_dm800 = "2.6.12-5.1-brcmstb-dm800"
-PV_dm800 = "${KV}-20090630"
+PV_dm800 = "${KV}-20090707"
KV_dm8000 = "2.6.12-5.1-brcmstb-dm8000"
-PV_dm8000 = "${KV}-20090625"
+PV_dm8000 = "${KV}-20090707"
RDEPENDS = "kernel (${KV})"
PR = "r0"