Changes in / [1c258d1:d824daf] in mainline


Ignore:
Location:
uspace
Files:
2 added
3 deleted
1 edited

Legend:

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

    r1c258d1 rd824daf  
    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.