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

git version control git at git.openembedded.org
Thu Aug 20 22:05:54 UTC 2009


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

Author: ghost <andreas.monzner at multimedia-labs.de>
Date:   Thu Aug 20 21:59:30 2009 +0200

dreambox-dvb-modules.bb: update dm800 and dm8000 drivers
- better H264 compatibility ... (higher bitrates, more reference frames)
- dm800 fix for playback of MPEG2 HD 1080p (converted H264 file with mkv2vob was not working.. green screen)
- add VTUNER_SET_FRONTEND_INFO ioctl (ioctl id 6) to set a struct dvb_frontend_info* to set frontend capibilities and frontend type
THIS DRIVERS NEEDS AT LEAST SECONDSTAGE 74 !!!!!!!!!!!!

---

 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 4de9744..2727c0a 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}-20090720"
+PV_dm800 = "${KV}-20090820"
 
 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}-20090804"
+PV_dm8000 = "${KV}-20090820"
 
 RDEPENDS = "kernel (${KV})"
 PR = "r0"





More information about the Openembedded-commits mailing list