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


Ignore:
Timestamp:
2011-04-09T23:32:22Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d824daf
Parents:
f11c288
Message:

Fix toggle reset endpoint filter

File:
1 edited

Legend:

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

    rf11c288 rd32ed36  
    9999        assert(instance);
    100100        if (instance->address == target.address &&
    101             instance->endpoint == target.endpoint)
     101            (instance->endpoint == target.endpoint || target.endpoint == 0))
    102102                instance->toggle = 0;
    103103}
Note: See TracChangeset for help on using the changeset viewer.