Changes in uspace/drv/hid/ps2mouse/ps2mouse.c [af7b85b:fafb8e5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/ps2mouse/ps2mouse.c
raf7b85b rfafb8e5 429 429 void default_connection_handler(ddf_fun_t *fun, ipc_call_t *icall) 430 430 { 431 const sysarg_t method = IPC_GET_IMETHOD(*icall);431 const sysarg_t method = ipc_get_imethod(icall); 432 432 ps2_mouse_t *mouse = ddf_dev_data_get(ddf_fun_get_dev(fun)); 433 433 async_sess_t *sess;
Note:
See TracChangeset
for help on using the changeset viewer.