Changeset bdd8842c in mainline for uspace/drv/bus/usb/xhci/bus.c


Ignore:
Timestamp:
2018-01-08T19:26:41Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
17c5e62
Parents:
1102eca
Message:

xhci: revised handling of max_burst, mult and max_streams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/bus.c

    r1102eca rbdd8842c  
    134134
    135135        ep0->base.max_packet_size = max_packet_size;
     136        ep0->base.max_transfer_size = max_packet_size * ep0->base.packets_per_uframe;
    136137
    137138        xhci_ep_ctx_t ep_ctx;
Note: See TracChangeset for help on using the changeset viewer.