aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-08-20 21:59:30 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-08-20 21:59:30 +0200
commit4a75dd97f3db5316d30a7022ab2f189fb82b4d73 (patch)
treecf0f8551a6866ca1ce6f0ec60754e2dc8043a6e5
parent747cdcf8f2ffd7000f41ce5dab0d5a5521cc0c59 (diff)
downloadopenembedded-4a75dd97f3db5316d30a7022ab2f189fb82b4d73.tar.gz
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 !!!!!!!!!!!!
-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 4de9744d3f..2727c0a4d2 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"