Changeset 0f803831 in mainline for uspace/lib/drv/generic


Ignore:
Timestamp:
2018-01-17T10:52:53Z (8 years ago)
Author:
Salmelu <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5dab9ef0
Parents:
740dafc
git-author:
Salmelu <salmelu@…> (2018-01-17 10:50:57)
git-committer:
Salmelu <salmelu@…> (2018-01-17 10:52:53)
Message:

xhci: more stream validity checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/remote_usbhc.c

    r740dafc r0f803831  
    558558                /* .address is initialized by write itself */
    559559                .endpoint = ep,
     560                /* streams are not given by the API call yet */
     561                .stream = 0,
    560562        }};
    561563
Note: See TracChangeset for help on using the changeset viewer.