Changes in uspace/lib/usb/src/hc.c [56fd7cf:f9b2cb4c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hc.c
r56fd7cf rf9b2cb4c 51 51 assert(connection->hc_sess == NULL); 52 52 /* Parallel exchange for us */ 53 connection->hc_sess = devman_device_connect(EXCHANGE_PARALLEL, 54 connection->hc_handle, 0); 53 connection->hc_sess = devman_device_connect(connection->hc_handle, 0); 55 54 if (!connection->hc_sess) { 56 55 fibril_mutex_unlock(&connection->guard);
Note:
See TracChangeset
for help on using the changeset viewer.