Changes in uspace/drv/hid/ps2mouse/ps2mouse.c [fafb8e5:af7b85b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/ps2mouse/ps2mouse.c
rfafb8e5 raf7b85b 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.