Project

General

Profile

Feature #345 » drecard_longecm.diff

alex -, 2010-12-22 13:08

View differences:

src/cwc.c (working copy)
46 46

  
47 47
#define CWC_KEEPALIVE_INTERVAL 30
48 48

  
49
#define CWS_NETMSGSIZE 256
49
#define CWS_NETMSGSIZE 272
50 50
#define CWS_FIRSTCMDNO 0xe0
51 51

  
52 52
/**
src/psi.c (working copy)
849 849
  { "Mentor",           0x2500 }, 
850 850
  { "EBU",              0x2600 }, 
851 851
  { "GI",               0x4700 }, 
852
  { "Telemann",         0x4800 }
852
  { "Telemann",         0x4800 },
853
  { "DRECrypt",         0x4AE0 },
854
  { "DRECrypt2",        0x4AE1 }
853 855
};
854 856

  
855 857
const char *
(1-1/2)