Changeset 7d957b2 in mainline


Ignore:
Timestamp:
2017-12-10T22:43:21Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6455d39
Parents:
53db806
Message:

xhci commands: timeouts are in microseconds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/commands.h

    r53db806 r7d957b2  
    4444#include "trb_ring.h"
    4545
    46 #define XHCI_COMMAND_TIMEOUT       10000
    47 #define XHCI_CR_ABORT_TIMEOUT       5000
     46#define XHCI_COMMAND_TIMEOUT       10000000
     47#define XHCI_CR_ABORT_TIMEOUT       5000000
    4848
    4949typedef struct xhci_hc xhci_hc_t;
Note: See TracChangeset for help on using the changeset viewer.