Changeset d08aa42d in mainline for uspace/lib/usbdev/src/devpoll.c
- Timestamp:
- 2018-01-25T18:09:43Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7d5287db
- Parents:
- fa4b12d5
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-25 18:09:25)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-25 18:09:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/devpoll.c
rfa4b12d5 rd08aa42d 154 154 * attempt anyway. 155 155 */ 156 usb_request_clear_endpoint_halt( 157 usb_device_get_default_pipe(polling->device), 158 pipe->desc.endpoint_no); 156 usb_pipe_clear_halt( 157 usb_device_get_default_pipe(polling->device), pipe); 159 158 } 160 159
Note:
See TracChangeset
for help on using the changeset viewer.