[oe-commits] ghost : dreambox-dvb-modules.bb: update dm800 and dm8000 drivers

git version control git at git.openembedded.org
Fri Oct 23 09:07:43 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: bdf5b9b0e1879a6ad58d23f0ebd439af540f66a8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bdf5b9b0e1879a6ad58d23f0ebd439af540f66a8

Author: ghost <andreas.monzner at multimedia-labs.de>
Date:   Tue Oct 13 14:01:01 2009 +0200

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

---

 packages/dreambox/dreambox-dvb-modules.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/dreambox/dreambox-dvb-modules.bb b/packages/dreambox/dreambox-dvb-modules.bb
index 8dec8c7..73d93f9 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"





More information about the Openembedded-commits mailing list