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