Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2010-07-08 04:29:37 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2010-07-08 04:29:37 +0400
commit2005d10ab310d357a7000cf579f83bcb1f060255 (patch)
treeeea88ffb9fd963346daa23469ccfa77e93121097 /upnphttp.c
parent73151f28a3adb8a3fcb8c74d028ae5a6d6638e7b (diff)
Add a new Samsung User-Agent for client type detection.
Diffstat (limited to 'upnphttp.c')
-rw-r--r--upnphttp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/upnphttp.c b/upnphttp.c
index 209e9e3..bac3ae2 100644
--- a/upnphttp.c
+++ b/upnphttp.c
@@ -247,7 +247,8 @@ intervening space) by either an integer or the keyword "infinite". */
h->reqflags |= FLAG_DLNA;
h->reqflags |= FLAG_MIME_AVI_DIVX;
}
- else if(strncmp(p, "SamsungWiselinkPro", 18)==0)
+ else if(strncmp(p, "SamsungWiselinkPro", 18)==0 ||
+ strncmp(p, "SEC_HHP_TV", 10)==0)
{
h->req_client = ESamsungTV;
h->reqflags |= FLAG_DLNA;