Changeset 913007f in mainline for uspace/drv/bus/usb/xhci/commands.c


Ignore:
Timestamp:
2017-10-19T21:40:57Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe1c48d
Parents:
2896ff6
Message:

Final change with respect to command timeouts. Because communication channels are inherently noisy.

File:
1 edited

Legend:

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

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