Changeset d773285 in mainline for uspace/drv/uhci-hcd/hc.c


Ignore:
Timestamp:
2011-04-02T15:37:22Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0053fa38
Parents:
1273b86c
Message:

Use per endpoint control transfer mutex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/hc.c

    r1273b86c rd773285  
    351351        if (batch->transfer_type == USB_TRANSFER_CONTROL) {
    352352                usb_device_keeper_use_control(
    353                     &instance->manager, batch->target.address);
     353                    &instance->manager, batch->target);
    354354        }
    355355        transfer_list_add_batch(list, batch);
     
    394394                        case USB_TRANSFER_CONTROL:
    395395                                usb_device_keeper_release_control(
    396                                     &instance->manager, batch->target.address);
     396                                    &instance->manager, batch->target);
    397397                                break;
    398398                        case USB_TRANSFER_INTERRUPT:
Note: See TracChangeset for help on using the changeset viewer.