Changeset 889cdb1 in mainline for uspace/srv/hid/isdv4_tablet/main.c
- Timestamp:
- 2018-10-28T21:36:49Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 184f2f8a
- Parents:
- bf05c74
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/isdv4_tablet/main.c
rbf05c74 r889cdb1 81 81 async_get_call(&call); 82 82 83 if (!IPC_GET_IMETHOD(call)) 83 if (!IPC_GET_IMETHOD(call)) { 84 async_answer_0(&call, EOK); 84 85 break; 86 } 85 87 86 88 async_answer_0(&call, ENOTSUP);
Note:
See TracChangeset
for help on using the changeset viewer.