Changeset b1f51f0 in mainline for kbd/generic/kbd.c


Ignore:
Timestamp:
2006-06-02T16:09:18Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b917098
Parents:
a116ef22
Message:

Changed recommended way of asynchronous communication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kbd/generic/kbd.c

    ra116ef22 rb1f51f0  
    101101                                                        break;
    102102                                                }
    103                                                 ipc_call_async(phoneid, KBD_PUSHCHAR, arg1, NULL, NULL);
     103                                                send_call(phoneid, KBD_PUSHCHAR, arg1);
    104104                                        }
    105105
Note: See TracChangeset for help on using the changeset viewer.