Publish capability only after phone connects
commit87e7a18777aa6dd4e6f3ddc275b0df3ae29cbe46
authorJakub Jermar <jakub@jermar.eu>
Sat, 10 Mar 2018 19:59:41 +0000 (10 20:59 +0100)
committerJakub Jermar <jakub@jermar.eu>
Tue, 13 Mar 2018 18:01:48 +0000 (13 19:01 +0100)
tree71f9e5cf06b9812432d18918d203931e66378887
parent334c103bd742e45dfad5702649323deed1a18dbe
Publish capability only after phone connects

In IPC_M_CONNECT_TO_ME it is desirable to publish the new phone
capability only after the phone gets connected. Otherwise we might have
open phones without capabilities and no way to hang them up in
ipc_cleanup().
kernel/generic/include/ipc/ipcrsc.h
kernel/generic/src/ipc/ipcrsc.c
kernel/generic/src/ipc/ops/concttome.c