[rygel/rygel-0-16] server: Force downgrade for Reciva firmware



commit c653d31c2d7330c027e91d56739a5c860fe60d6d
Author: Jens Georg <jensg openismus com>
Date:   Mon Oct 1 14:30:47 2012 +0200

    server: Force downgrade for Reciva firmware
    
    Seems to have regressed, used to work fine with v257-* firmware.
    
    Fixes:
        https://bugzilla.gnome.org/show_bug.cgi?id=685183

 data/rygel.conf                         |    2 +-
 src/librygel-server/rygel-v1-hacks.vala |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/rygel.conf b/data/rygel.conf
index 35b3f01..2a259ad 100644
--- a/data/rygel.conf
+++ b/data/rygel.conf
@@ -75,7 +75,7 @@ allow-deletion=true
 #              working with Rygel, please file a bug at
 #              https://bugzilla.gnome.org/enter_bug.cgi?product=Rygel&component=IOP
 #              so we can include it in future releases.
-#force-downgrade-for=Allegro-Software-WebClient;SEC_HHP;SEC HHP;Mediabolic-IMHTTP/1;TwoPlayer
+#force-downgrade-for=Allegro-Software-WebClient;SEC_HHP;SEC HHP;Mediabolic-IMHTTP/1;TwoPlayer;Reciva
 
 # Plugin specific sections
 #
diff --git a/src/librygel-server/rygel-v1-hacks.vala b/src/librygel-server/rygel-v1-hacks.vala
index 95883b4..907b8af 100644
--- a/src/librygel-server/rygel-v1-hacks.vala
+++ b/src/librygel-server/rygel-v1-hacks.vala
@@ -35,7 +35,8 @@ internal class Rygel.V1Hacks : ClientHacks {
                                       "SEC HHP",
                                       "SEC_HHP",
                                       "Mediabolic-IMHTTP/1.",
-                                      "TwoPlayer" };
+                                      "TwoPlayer",
+                                      "Reciva" };
 
     private const string DMS = "urn:schemas-upnp-org:device:MediaServer";
     private const string DMS_V1 = DMS + ":1";



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]