Changeset 1298a8fa in mainline


Ignore:
Timestamp:
2013-08-02T14:27:05Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
64e1fb2
Parents:
6fe7683
Message:

libdrv: Allow parallel session when connecting directly to devman handle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/remote_usb.c

    r6fe7683 r1298a8fa  
    4545usb_dev_session_t *usb_dev_connect(devman_handle_t handle)
    4646{
    47         // TODO All usb requests are atomic so this is safe,
    48         // it will need to change once USING EXCHANGE PARALLEL is safe with
    49         // devman_device_connect
    50         return devman_device_connect(EXCHANGE_ATOMIC, handle, IPC_FLAG_BLOCKING);
     47        return devman_device_connect(EXCHANGE_PARALLEL, handle, IPC_FLAG_BLOCKING);
    5148}
    5249
Note: See TracChangeset for help on using the changeset viewer.