Changeset a31068a in mainline


Ignore:
Timestamp:
2017-12-20T14:15:37Z (6 years ago)
Author:
Salmelu <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5909c59
Parents:
02a7575
Message:

usbdev: Added fixme to remind us when refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/pipesinit.c

    r02a7575 ra31068a  
    220220
    221221        // FIXME: USB2 packets and USB3 max_burst are probably the same thing
     222        // FIXME: USB2 max_packet_size is limited to 1023 bytes, 1024+ doesn't work for USB3
    222223        // See 4.14.2.1.1 of XHCI specification -> possibly refactor into one somehow-named field
    223224        int rc = usb_pipe_initialize(&ep_mapping->pipe,
Note: See TracChangeset for help on using the changeset viewer.