Changeset 545764b in mainline for uspace/lib/usb/src/host/endpoint.c


Ignore:
Timestamp:
2011-04-14T21:08:07Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c9dc471
Parents:
2471aaf
Message:

Add support for OHCI toggle set and get

File:
1 edited

Legend:

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

    r2471aaf r545764b  
    123123        if (instance->address == target.address &&
    124124            (instance->endpoint == target.endpoint || target.endpoint == 0))
    125                 instance->toggle = 0;
     125                endpoint_toggle_set(instance, 0);
    126126}
    127127/**
Note: See TracChangeset for help on using the changeset viewer.