Changes in uspace/drv/hid/atkbd/atkbd.c [fafb8e5:f2d88f3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/atkbd/atkbd.c
rfafb8e5 rf2d88f3 310 310 static void default_connection_handler(ddf_fun_t *fun, ipc_call_t *icall) 311 311 { 312 const sysarg_t method = ipc_get_imethod(icall);312 const sysarg_t method = IPC_GET_IMETHOD(*icall); 313 313 at_kbd_t *kbd = ddf_dev_data_get(ddf_fun_get_dev(fun)); 314 314 async_sess_t *sess;
Note:
See TracChangeset
for help on using the changeset viewer.