aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-10-05 10:56:29 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-10-05 10:56:29 +0200
commit0e0cef1fdb3f8eb2946557f295ef49a559e643a5 (patch)
tree106679379f95bb28fa536c15814453e8a80f4c49
parenteb2094bc9f901b4379ca973e0243d210f2dd0db8 (diff)
downloadopenembedded-0e0cef1fdb3f8eb2946557f295ef49a559e643a5.tar.gz
dreambox-dvb-modules.bb: update dm800/dm8000 drivers
changes both: - implement FE_TIMEDOUT flags in all tuner drivers (used in e2 to speedup the service searching a little bit) - add new option to change scaler sharpness (/proc/stb/vmpeg/0/pep_scaler_sharpness) - fix kernel freeze caused by demux problem when try to use more the 64 section filter (i.e. much recordings on the same transponder are running) - deinterlacer optimizations please no more use "off" when the vertical input/output resolution are not equal "bob" is the equivalent to the old "off" option... but "auto" should generate better quality as off/bob in most case .. so changing the default behaviour is no more needed changes dm800: - fix stuttering video with enabled deinterlacer (i.e. N24 ticker) - add some PEP options to /proc/stb/vmpeg/0 (pep_brightness, pep_saturation, pep_hue, pep_contrast, pep_block_noise_reduction, pep_digital_contour_removal, pep_mosquito_noise_reduction) changes dm8000: - fix no more working 1080p24/25/30 output (in 20090916 drivers) - fix stuttering video on (cvbs) analog output when no hdmi cable was connected but a DVI option was configured
-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 9af188fbbc..8f773dd820 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}-20090907"
+PV_dm800 = "${KV}-20091005"
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}-20090916"
+PV_dm8000 = "${KV}-20091005
RDEPENDS = "kernel (${KV})"
PR = "r0"