Changeset 888238e9 in mainline for uspace/drv/bus/usb/uhci/hc.c


Ignore:
Timestamp:
2017-11-20T12:56:00Z (6 years ago)
Author:
Aearsis <Hlavaty.Ondrej@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d3086873
Parents:
ff14aede
git-author:
Aearsis <Hlavaty.Ondrej@…> (2017-11-20 12:55:58)
git-committer:
Aearsis <Hlavaty.Ondrej@…> (2017-11-20 12:56:00)
Message:

usbhost: endpoints do not have speed on their own

This information was redundant, and the fact it was never set proves it
should be removed because it is source of errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hc.c

    rff14aede r888238e9  
    475475
    476476        transfer_list_t *list =
    477             instance->transfers[batch->ep->speed][batch->ep->transfer_type];
     477            instance->transfers[batch->ep->device->speed][batch->ep->transfer_type];
    478478        assert(list);
    479479        transfer_list_add_batch(list, uhci_batch);
Note: See TracChangeset for help on using the changeset viewer.