Changeset 5f97ef44 in mainline for uspace/lib/usbdev/src/devpoll.c
- Timestamp:
- 2018-07-13T14:10:15Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e3787a0
- Parents:
- 9912f49
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-13 14:08:57)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-13 14:10:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/devpoll.c
r9912f49 r5f97ef44 190 190 // but first we need to fix drivers to actually stop using this, 191 191 // since polling delay should be implemented in HC schedule 192 async_usleep(polling->delay);192 fibril_usleep(polling->delay); 193 193 } 194 194
Note:
See TracChangeset
for help on using the changeset viewer.