Prepare use of resource PLCI instead of NULL PLCI

This commit is contained in:
MelwareDE 2009-04-09 21:13:43 +00:00
parent da814a985e
commit 4c82a964e3
1 changed files with 5 additions and 0 deletions

View File

@ -4574,6 +4574,11 @@ static void capidev_handle_msg(_cmsg *CMSG)
case _DI_DSP_CTRL:
wInfo = (unsigned short)(CMSG->Class >> 16);
break;
case _DI_ASSIGN_PLCI:
wInfo = (unsigned short)(CMSG->Class >> 16);
capidev_handle_connection_conf(&i, PLCI, wInfo, wMsgNum);
break;
default:
cc_log(LOG_ERROR, CC_MESSAGE_BIGNAME ": unknown manufacturer command: %04x",
CMSG->Class & 0xffff);