Changeset 8f30c2e in mainline for uspace/drv/uhci-rhd/root_hub.h


Ignore:
Timestamp:
2011-04-07T14:19:15Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
feb10c88
Parents:
fd3940c1
Message:

Force endpoint existence for all transfers

root hub polling time to 250ms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-rhd/root_hub.h

    rfd3940c1 r8f30c2e  
    4040
    4141#define UHCI_ROOT_HUB_PORT_COUNT 2
    42 #define ROOT_HUB_WAIT_USEC 5000000 /* 5 seconds */
     42#define ROOT_HUB_WAIT_USEC 250000 /* 250 miliseconds */
    4343
    4444typedef struct root_hub {
Note: See TracChangeset for help on using the changeset viewer.