Ignore:
File:
1 edited

Legend:

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

    rf9b2cb4c r56fd7cf  
    5151                assert(connection->hc_sess == NULL);
    5252                /* 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);
    5455                if (!connection->hc_sess) {
    5556                        fibril_mutex_unlock(&connection->guard);
Note: See TracChangeset for help on using the changeset viewer.