summaryrefslogtreecommitdiffstats
path: root/gen.c
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-04-03 12:04:16 +0200
committerPaulK <contact@paulk.fr>2012-04-03 12:04:16 +0200
commitc259f3c3b2f5f8cd5049b442aff4da5b80440026 (patch)
treeb7a5db8897192f954d001cd9a54f05a6b6df1ac2 /gen.c
parent41d701cf73b78631f2582339eac09b09e9a55518 (diff)
downloadhardware_ril_samsung-ril-c259f3c3b2f5f8cd5049b442aff4da5b80440026.zip
hardware_ril_samsung-ril-c259f3c3b2f5f8cd5049b442aff4da5b80440026.tar.gz
hardware_ril_samsung-ril-c259f3c3b2f5f8cd5049b442aff4da5b80440026.tar.bz2
Updated ToDo list
Diffstat (limited to 'gen.c')
-rw-r--r--gen.c3
1 files changed, 3 insertions, 0 deletions
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!
*/
/**