Changeset 217e981 in mainline
- Timestamp:
- 2018-01-20T23:56:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d5d3ae2
- Parents:
- defaab2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/port.c
rdefaab2 r217e981 190 190 case PORT_CONNECTING: 191 191 port->state = PORT_ERROR; 192 fibril_condvar_broadcast(&port->enabled_cv); 192 193 /* fallthrough */ 193 194 case PORT_ERROR: … … 228 229 case PORT_CONNECTING: 229 230 port->state = PORT_ERROR; 231 fibril_condvar_broadcast(&port->enabled_cv); 230 232 /* fallthrough */ 231 233 case PORT_ERROR:
Note:
See TracChangeset
for help on using the changeset viewer.