Changeset 7fc260ff in mainline for uspace/lib/usbdev/src/pipes.c


Ignore:
Timestamp:
2011-11-05T14:33:07Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab27e01
Parents:
904dcc6
Message:

libusbdev: Merge init_wire_and_ctrl_pipe to the only place it was called.

Add usb_device_release_descriptors function that properly clears the descriptor
structure.

File:
1 edited

Legend:

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

    r904dcc6 r7fc260ff  
    7575int usb_device_get_assigned_interface(const ddf_dev_t *device)
    7676{
     77        assert(device);
    7778        async_sess_t *parent_sess =
    7879            devman_parent_device_connect(EXCHANGE_ATOMIC, device->handle,
Note: See TracChangeset for help on using the changeset viewer.