Changeset d08aa42d in mainline for uspace/lib/usbdev/src/request.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/request.c
rfa4b12d5 rd08aa42d 824 824 * @return Error code. 825 825 */ 826 int usb_request_clear_endpoint_halt(usb_pipe_t *pipe, uint16_t ep_index)826 static int usb_request_clear_endpoint_halt(usb_pipe_t *pipe, uint16_t ep_index) 827 827 { 828 828 return usb_request_clear_feature(pipe,
Note:
See TracChangeset
for help on using the changeset viewer.