Changeset eed4139 in mainline for uspace/drv/hid/usbhid/mouse/mousedev.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/usbhid/mouse/mousedev.c
r77f0a1d reed4139 109 109 /** Default handler for IPC methods not handled by DDF. 110 110 * 111 * @param fun Device function handling the call. 112 * @param icall_handle Call id. 113 * @param icall Call data. 114 */ 115 static void default_connection_handler(ddf_fun_t *fun, 116 cap_call_handle_t icall_handle, ipc_call_t *icall) 111 * @param fun Device function handling the call. 112 * @param icall_handle Call handle. 113 * @param icall Call data. 114 */ 115 static void 116 default_connection_handler(ddf_fun_t *fun, cap_call_handle_t icall_handle, 117 ipc_call_t *icall) 117 118 { 118 119 usb_mouse_t *mouse_dev = ddf_fun_data_get(fun);
Note:
See TracChangeset
for help on using the changeset viewer.