Changeset 40687f2 in mainline for uspace/drv/bus/usb/ehci/hc.c


Ignore:
Timestamp:
2014-01-26T06:27:30Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5c830587
Parents:
5e22ff20
Message:

ehci: Wake all fibrils waiting for endpoint removal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/hc.c

    r5e22ff20 r40687f2  
    315315        if (status & USB_STS_IRQ_ASYNC_ADVANCE_FLAG) {
    316316                fibril_mutex_lock(&instance->guard);
    317                 fibril_condvar_signal(&instance->async_doorbell);
     317                fibril_condvar_broadcast(&instance->async_doorbell);
    318318                fibril_mutex_unlock(&instance->guard);
    319319        }
Note: See TracChangeset for help on using the changeset viewer.