Changeset bd575647 in mainline for uspace/lib/usbdev/src/pipepriv.c


Ignore:
Timestamp:
2011-12-11T16:30:42Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d5ef94
Parents:
2c202c5
Message:

libusbdev: Use shared hc_connection for pipes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/pipepriv.c

    r2c202c5 rbd575647  
    9090                /* Need to open the phone by ourselves. */
    9191                async_sess_t *sess =
    92                     devman_device_connect(EXCHANGE_SERIALIZE, pipe->wire->hc_handle, 0);
     92                    devman_device_connect(EXCHANGE_SERIALIZE, pipe->wire->hc_connection->hc_handle, 0);
    9393                if (!sess) {
    9494                        if (hide_failure) {
Note: See TracChangeset for help on using the changeset viewer.