Changeset 580b330 in mainline
- Timestamp:
- 2014-01-25T20:08:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1803b7d
- Parents:
- d97f91f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/hc.c
rd97f91f r580b330 311 311 ehci_rh_interrupt(&instance->rh); 312 312 } 313 if (status & USB_STS_ASYNC_SCHED_FLAG) { 313 if (status & USB_STS_IRQ_ASYNC_ADVANCE_FLAG) { 314 fibril_mutex_lock(&instance->guard); 314 315 fibril_condvar_signal(&instance->async_doorbell); 316 fibril_mutex_unlock(&instance->guard); 315 317 } 316 318 if (status & (USB_STS_IRQ_FLAG | USB_STS_ERR_IRQ_FLAG)) {
Note:
See TracChangeset
for help on using the changeset viewer.