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 22:00:19 +0200
commit5956a28a2431451a001295797938452a49162220 (patch)
treeaed8f64cbf47a2f78582593992d5e408ef7368cd
parentadfd7368087d5255bc7b734902bf4c7c5fa00854 (diff)
downloadopenembedded-5956a28a2431451a001295797938452a49162220.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"