Changeset eed4139 in mainline for uspace/drv/hid/atkbd/atkbd.c
- Timestamp:
- 2018-03-22T23:23:18Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cbb37b6
- Parents:
- 77f0a1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/atkbd/atkbd.c
r77f0a1d reed4139 292 292 /** Default handler for IPC methods not handled by DDF. 293 293 * 294 * @param fun Device function handling the call. 295 * @param icall_handle Call id. 296 * @param icall Call data. 297 * 298 */ 299 static void default_connection_handler(ddf_fun_t *fun, 300 cap_call_handle_t icall_handle, ipc_call_t *icall) 294 * @param fun Device function handling the call. 295 * @param icall_handle Call handle. 296 * @param icall Call data. 297 * 298 */ 299 static void 300 default_connection_handler(ddf_fun_t *fun, cap_call_handle_t icall_handle, 301 ipc_call_t *icall) 301 302 { 302 303 const sysarg_t method = IPC_GET_IMETHOD(*icall);
Note:
See TracChangeset
for help on using the changeset viewer.