Ignore:
File:
1 edited

Legend:

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

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