mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
cdba-server: notify users when fastboot connection is opened
Notify users of cdba-server when fastboot connection is opened to ease remote debugging of issues. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
This commit is contained in:
committed by
Bjorn Andersson
parent
961792677a
commit
42f8108e7c
@@ -83,6 +83,8 @@ static void fastboot_opened(struct fastboot *fb, void *data)
|
||||
const uint8_t one = 1;
|
||||
struct msg *msg;
|
||||
|
||||
warnx("fastboot connection opened");
|
||||
|
||||
msg = alloca(sizeof(*msg) + 1);
|
||||
msg->type = MSG_FASTBOOT_PRESENT;
|
||||
msg->len = 1;
|
||||
|
||||
Reference in New Issue
Block a user