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>2011-02-18 02:17:24 +0300
committerJustin Maggard <jmaggard@users.sourceforge.net>2011-02-18 02:17:24 +0300
commit4d6f4a171f94f2334072f8f7d42ccca15dc8e073 (patch)
treed476e664ce6c23ae698122d5b84c20106201a184 /testupnpdescgen.c
parent0d0af83b6077220f4c8bbd4d83733dfa0e7d75e4 (diff)
* Add PnP-X support.
Diffstat (limited to 'testupnpdescgen.c')
-rw-r--r--testupnpdescgen.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testupnpdescgen.c b/testupnpdescgen.c
index b5b1da2..398d731 100644
--- a/testupnpdescgen.c
+++ b/testupnpdescgen.c
@@ -37,9 +37,13 @@
char uuidvalue[] = "uuid:12345678-0000-0000-0000-00000000abcd";
char friendly_name[] = "localhost: system_type";
char serialnumber[] = "12345678";
+char modelname[] = "MiniDLNA";
char modelnumber[] = "1";
char presentationurl[] = "http://192.168.0.1:8080/";
unsigned int updateID = 0;
+#if PNPX
+char pnpx_hwid[] = "VEN_01F2&amp;DEV_0101&amp;REV_01 VEN_0033&amp;DEV_0001&amp;REV_01";
+#endif
int getifaddr(const char * ifname, char * buf, int len)
{