Changeset 31cca4f3 in mainline for uspace/lib/drv/generic/remote_usb.c


Ignore:
Timestamp:
2017-10-23T18:37:53Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e160bfe8
Parents:
81487c4a
Message:

Corrected deadlock in IPC between USB remote interface and usbdev driver. Extracted creation of input context. Now issuing drop endpoint command when the endpoint is removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/remote_usb.c

    r81487c4a r31cca4f3  
    510510
    511511        free(buffer);
    512         if (rc != EOK) {
    513                 async_answer_0(callid, rc);
    514         }
     512        async_answer_0(callid, rc);
    515513}
    516514
Note: See TracChangeset for help on using the changeset viewer.