dreambox-dvb-modules.bb: update dm800 and dm8000 drivers
authorghost <andreas.monzner@multimedia-labs.de>
Thu, 20 Aug 2009 19:59:30 +0000 (21:59 +0200)
committerghost <andreas.monzner@multimedia-labs.de>
Thu, 20 Aug 2009 20:00:19 +0000 (22:00 +0200)
- 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

index 4de9744..2727c0a 100644 (file)
@@ -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"