dreambox-dvb-modules.bb: update dm800/8000/7025 drivers
authorghost <andreas.monzner@multimedia-labs.de>
Mon, 4 Jan 2010 12:30:43 +0000 (13:30 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Mon, 4 Jan 2010 20:45:06 +0000 (21:45 +0100)
changes dm800/dm8000:
---------------------
* fix to disable 22Khz completey from alps bsbe2 tuner
* fix audio crackling when change from pcm to ac3 (introduced with 20100102 drivers)
changes dm8000:
---------------
* fix sometimes not working voltage change on Scart pin8
changes dm7025:
---------------
* fix sometimes not working voltage change on Scart pin8
* fix not visible progressbar in oled display during bootup

packages/dreambox/dreambox-dvb-modules.bb

index 0e00100..23c66d0 100644 (file)
@@ -15,7 +15,7 @@ def get_modules_extension(bb, d):
        return ""
 
 KV_dm7025 = "2.6.12.6"
-PV_dm7025 = "${KV}-20091216${@get_modules_extension(bb, d)}"
+PV_dm7025 = "${KV}-20100104${@get_modules_extension(bb, d)}"
 
 KV_dm600pvr = "2.6.12"
 PV_dm600pvr = "${KV}-20090430"
@@ -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}-20100102"
+PV_dm800 = "${KV}-20100104"
 
 KV_dm500hd = "2.6.12-5.1-brcmstb-dm500hd"
 PV_dm500hd = "${KV}-20091114"
 
 KV_dm8000 = "2.6.12-5.1-brcmstb-dm8000"
-PV_dm8000 = "${KV}-20100102"
+PV_dm8000 = "${KV}-20100104"
 
 RDEPENDS = "kernel (${KV})"
 PR = "r0"