Changeset 3f44312 in mainline


Ignore:
Timestamp:
2018-01-17T00:38:53Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2755a622
Parents:
4e44f5d
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-17 00:27:02)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-17 00:38:53)
Message:

usbdev: ignore also EHANGUP when joining polling fibril

File:
1 edited

Legend:

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

    r4e44f5d r3f44312  
    288288        /* Unregister the pipe. */
    289289        rc = usb_device_unmap_ep(polling->ep_mapping);
    290         if (rc != EOK && rc != ENOENT)
     290        if (rc != EOK && rc != ENOENT && rc != EHANGUP)
    291291                return rc;
    292292
Note: See TracChangeset for help on using the changeset viewer.