Changeset d56ab85 in mainline for uspace/drv/char/ps2mouse/ps2mouse.c
- Timestamp:
- 2011-12-26T15:44:46Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ec3b125
- Parents:
- 9f97ffe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/ps2mouse/ps2mouse.c
r9f97ffe rd56ab85 116 116 return EIO; 117 117 } 118 #if 0 /* Enable this when we can guarantee that the response won't be lost. */ 118 119 119 size = char_dev_read(mouse->parent_sess, &report, 1); 120 120 if (size != 1 || report != PS2_MOUSE_ACK) { … … 126 126 return EIO; 127 127 } 128 #endif129 128 130 129 mouse->polling_fibril = fibril_create(polling_ps2, mouse);
Note:
See TracChangeset
for help on using the changeset viewer.