Changeset 889cdb1 in mainline for uspace/drv/hid/adb-kbd/adb-kbd.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/drv/hid/adb-kbd/adb-kbd.c
rbf05c74 r889cdb1 142 142 143 143 if (!IPC_GET_IMETHOD(call)) { 144 /* TODO: Handle hangup */144 async_answer_0(&call, EOK); 145 145 return; 146 146 }
Note:
See TracChangeset
for help on using the changeset viewer.