Changeset f5837524 in mainline for uspace/drv/hid/adb-mouse/adb-mouse.c
- Timestamp:
- 2018-10-29T17:15:02Z (6 years ago)
- Children:
- eec201d
- Parents:
- 184f2f8a
- git-author:
- Jakub Jermar <jakub@…> (2018-10-28 12:42:35)
- git-committer:
- Jakub Jermar <jakub@…> (2018-10-29 17:15:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/adb-mouse/adb-mouse.c
r184f2f8a rf5837524 209 209 * Answer the first IPC_M_CONNECT_ME_TO call. 210 210 */ 211 async_answer_ 0(icall, EOK);211 async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label()); 212 212 213 213 mouse = (adb_mouse_t *)ddf_dev_data_get(ddf_fun_get_dev((ddf_fun_t *)arg));
Note:
See TracChangeset
for help on using the changeset viewer.