Changeset 2896ff6 in mainline for uspace/drv/bus/usb/xhci/commands.c


Ignore:
Timestamp:
2017-10-19T20:52:35Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
913007f
Parents:
1a9a72a
Message:

Vaguer log level. Extracted timeout constant from command completion waiting and increased it for a bit.

File:
1 edited

Legend:

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

    r1a9a72a r2896ff6  
    7676}
    7777
    78 int xhci_cmd_wait(xhci_cmd_t *cmd, suseconds_t timeout)
    79 {
     78int xhci_cmd_wait(xhci_cmd_t *cmd)
     79{
     80        const suseconds_t timeout = 1000000;
    8081        int rv = EOK;
    8182
Note: See TracChangeset for help on using the changeset viewer.