From c259f3c3b2f5f8cd5049b442aff4da5b80440026 Mon Sep 17 00:00:00 2001 From: PaulK Date: Tue, 3 Apr 2012 12:04:16 +0200 Subject: Updated ToDo list --- gen.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gen.c') diff --git a/gen.c b/gen.c index 0a3d8d0..ad171c8 100644 --- a/gen.c +++ b/gen.c @@ -33,6 +33,7 @@ int ipc_gen_phone_res_id = 0; /** * IPC_GEN_PHONE_RES has shared aseq (in the header), group, index and type (in the data) + * with the original request it responds to. * On this implementation, we just check aseq and command (group and index). * aseq permits to identify the queued request and do what's wanted. * It can be either call a function with the struct ipc_message_info, @@ -48,6 +49,8 @@ int ipc_gen_phone_res_id = 0; * On a custom function, don't forget to get a clean new aseq if you're going to * send some data to the modem, just liek this: * aseq = ril_request_reg_id(reqGetToken(info->aseq)); + * + * Please use GEN_PHONE_RES engine as often as possible! */ /** -- cgit v1.1