server: Force downgrade for Reciva firmware
authorJens Georg <jensg@openismus.com>
Mon, 1 Oct 2012 12:30:47 +0000 (14:30 +0200)
committerJens Georg <jensg@openismus.com>
Mon, 1 Oct 2012 12:30:47 +0000 (14:30 +0200)
Seems to have regressed, used to work fine with v257-* firmware.

Fixes:
    https://bugzilla.gnome.org/show_bug.cgi?id=685183

data/rygel.conf
src/librygel-server/rygel-v1-hacks.vala

index 35b3f01..2a259ad 100644 (file)
@@ -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
 #
index 95883b4..907b8af 100644 (file)
@@ -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";