* Add PnP-X support.
This commit is contained in:
@ -52,6 +52,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "upnpglobalvars.h"
|
||||
#include "upnpdescstrings.h"
|
||||
|
||||
/* LAN address */
|
||||
/*const char * listen_addr = 0;*/
|
||||
@ -65,9 +66,12 @@ int runtime_flags = INOTIFY_MASK;
|
||||
const char * pidfilename = "/var/run/minidlna.pid";
|
||||
|
||||
char uuidvalue[] = "uuid:00000000-0000-0000-0000-000000000000";
|
||||
char modelname[MODELNAME_MAX_LEN] = ROOTDEV_MODELNAME;
|
||||
char modelnumber[MODELNUMBER_MAX_LEN] = MINIDLNA_VERSION;
|
||||
char serialnumber[SERIALNUMBER_MAX_LEN] = "00000000";
|
||||
|
||||
char modelnumber[MODELNUMBER_MAX_LEN] = "1";
|
||||
#if PNPX
|
||||
char pnpx_hwid[] = "VEN_0000&DEV_0000&REV_01 VEN_0033&DEV_0001&REV_01";
|
||||
#endif
|
||||
|
||||
/* presentation url :
|
||||
* http://nnn.nnn.nnn.nnn:ppppp/ => max 30 bytes including terminating 0 */
|
||||
|
Reference in New Issue
Block a user