Changeset d08aa42d in mainline for uspace/lib/usbdev/src/devpoll.c


Ignore:
Timestamp:
2018-01-25T18:09:43Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
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)
Message:

libusb: privatize another misleading function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/devpoll.c

    rfa4b12d5 rd08aa42d  
    154154                         * attempt anyway.
    155155                         */
    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);
    159158                }
    160159
Note: See TracChangeset for help on using the changeset viewer.