Changeset 6769005 in mainline for uspace/srv/hid/isdv4_tablet/main.c
- Timestamp:
- 2018-10-31T06:03:38Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53ee7a0
- Parents:
- 94ab1fe
- git-author:
- Jakub Jermar <jakub@…> (2018-10-28 12:42:35)
- git-committer:
- Jakub Jermar <jakub@…> (2018-10-31 06:03:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/isdv4_tablet/main.c
r94ab1fe r6769005 65 65 static void mouse_connection(ipc_call_t *icall, void *arg) 66 66 { 67 async_answer_ 0(icall, EOK);67 async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label()); 68 68 69 69 async_sess_t *sess =
Note:
See TracChangeset
for help on using the changeset viewer.