[oe-commits] ghost : dreambox-dvb-modules.bb: dm8000 driver update

git version control git at git.openembedded.org
Mon Oct 5 12:14:42 UTC 2009


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

Author: ghost <andreas.monzner at multimedia-labs.de>
Date:   Wed Sep 16 15:40:31 2009 +0200

dreambox-dvb-modules.bb: dm8000 driver update
changes:
--------
video output core update
add some picture enhancement options to /proc/stb/vmpeg/0 (disabled by default)

pep_sharpness, pep_contrast, pep_saturation, pep_hue, pep_brightness
valid range 0..65535 (hex 0 .. ffff)
--------------------------------------------------------------------
pep_auto_flesh, pep_green_boost, pep_blue_boost
valid range 0..4
pep_auto_flesh provides the capability to improve the human skin color
when it is distorted, i.e redish or blueish
--------------------------------------------------------------------
pep_block_noise_reduction, pep_mosquito_noise_reduction,
pep_digital_contour_removal
valid range 0..5
--------------------------------------------------------------------
pep_dynamic_contrast
range 0..256 (hex 0 .. 100)
--------------------------------------------------------------------
pep_split (left, right, off)
this option enables a splitscreen mode to better show the effect
of the pep options (except pep_contrast, pep_saturation, pep_brightness
and pep_hue)
--------------------------------------------------------------------
pep_apply
write some value to pep_apply is needed for previously set values to take effect
for example "echo 1 > pep_apply"

---

 packages/dreambox/dreambox-dvb-modules.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/dreambox/dreambox-dvb-modules.bb b/packages/dreambox/dreambox-dvb-modules.bb
index e078989..9af188f 100644
--- a/packages/dreambox/dreambox-dvb-modules.bb
+++ b/packages/dreambox/dreambox-dvb-modules.bb
@@ -30,7 +30,7 @@ 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}-20090910"
+PV_dm8000 = "${KV}-20090916"
 
 RDEPENDS = "kernel (${KV})"
 PR = "r0"





More information about the Openembedded-commits mailing list