Changeset 4fd3faf in mainline for uspace/lib/usb/src/host/batch.c


Ignore:
Timestamp:
2011-04-08T11:58:18Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ffc63b0
Parents:
cd1cec3b
Message:

Use per endpoint communication mutex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/host/batch.c

    rcd1cec3b r4fd3faf  
    7979        instance->error = EOK;
    8080        instance->ep = ep;
     81        endpoint_use(instance->ep);
    8182}
    8283/*----------------------------------------------------------------------------*/
     
    8990{
    9091        assert(instance);
     92        assert(instance->ep);
     93        endpoint_release(instance->ep);
    9194        instance->next_step(instance);
    9295}
Note: See TracChangeset for help on using the changeset viewer.