Changes in uspace/drv/char/ps2mouse/ps2mouse.c [f9b2cb4c:2fd26bb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/ps2mouse/ps2mouse.c
rf9b2cb4c r2fd26bb 116 116 { 117 117 mouse->client_sess = NULL; 118 mouse->parent_sess = ddf_dev_parent_sess_ create(dev);118 mouse->parent_sess = ddf_dev_parent_sess_get(dev); 119 119 if (!mouse->parent_sess) 120 120 return ENOMEM;
Note:
See TracChangeset
for help on using the changeset viewer.