Changeset 217e981 in mainline for uspace/lib/usb/src/port.c


Ignore:
Timestamp:
2018-01-20T23:56:29Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d5d3ae2
Parents:
defaab2
Message:

usb port: skip the timeout on error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/port.c

    rdefaab2 r217e981  
    190190        case PORT_CONNECTING:
    191191                port->state = PORT_ERROR;
     192                fibril_condvar_broadcast(&port->enabled_cv);
    192193                /* fallthrough */
    193194        case PORT_ERROR:
     
    228229        case PORT_CONNECTING:
    229230                port->state = PORT_ERROR;
     231                fibril_condvar_broadcast(&port->enabled_cv);
    230232                /* fallthrough */
    231233        case PORT_ERROR:
Note: See TracChangeset for help on using the changeset viewer.