aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-10-13 14:01:01 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-10-13 14:01:01 +0200
commitbdf5b9b0e1879a6ad58d23f0ebd439af540f66a8 (patch)
treebf0f9e464d1a673ada442d7a74156cfb97fd81ca
parentb425254b163abfae6e1ef14d8050cd42f7ed753a (diff)
downloadopenembedded-bdf5b9b0e1879a6ad58d23f0ebd439af540f66a8.tar.gz
dreambox-dvb-modules.bb: update dm800 and dm8000 drivers
changes dm800 ------------- * fix completely broken 1080p24/25/30 output (broken since previous drivers) * fix strange kernel ooopses on flash access (i.e. packages upgrades or install new ipk packages) changes dm800 and dm8000 ------------------------ * fix alps_bsbe2 detection (some NIM modules couldn't be detected since previous drivers) * small fixes on "no tuner lock" handling .. the min timeout is now 1500 msec this hopefully fixes "tune failed" problems introduced with previous drivers * fix frequently stuttering on put out content with 23.976fps and choosed 24fps outputmode (i.e. 1080p24, 720p24) the same for 29.97fps on 30fps and 59.94 on 60fps
-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 8dec8c7239..73d93f95bd 100644
--- a/packages/dreambox/dreambox-dvb-modules.bb
+++ b/packages/dreambox/dreambox-dvb-modules.bb
@@ -24,13 +24,13 @@ KV_dm500plus = "2.6.12"
PV_dm500plus = "${KV}-20080822"
KV_dm800 = "2.6.12-5.1-brcmstb-dm800"
-PV_dm800 = "${KV}-20091005"
+PV_dm800 = "${KV}-20091013"
KV_dm500hd = "2.6.12-5.1-brcmstb-dm500hd"
PV_dm500hd = "${KV}-20090521"
KV_dm8000 = "2.6.12-5.1-brcmstb-dm8000"
-PV_dm8000 = "${KV}-20091005"
+PV_dm8000 = "${KV}-20091013"
RDEPENDS = "kernel (${KV})"
PR = "r0"