Changes in uspace/drv/char/ps2mouse/ps2mouse.c [f9b2cb4c:75751db6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/ps2mouse/ps2mouse.c
rf9b2cb4c r75751db6 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_create(dev, EXCHANGE_SERIALIZE); 119 119 if (!mouse->parent_sess) 120 120 return ENOMEM;
Note:
See TracChangeset
for help on using the changeset viewer.