Changeset bf601313 in mainline


Ignore:
Timestamp:
2018-01-13T12:25:38Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
93757c5
Parents:
598733c9
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-13 12:19:55)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-13 12:25:38)
Message:

xhci rh: another corner case prevented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/rh.c

    r598733c9 rbf601313  
    149149        *events = event.events;
    150150        rh->event = NULL;
     151
     152        /* Wake other threads potentially waiting to post their event */
     153        fibril_condvar_broadcast(&rh->event_handled);
    151154}
    152155
Note: See TracChangeset for help on using the changeset viewer.