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


Ignore:
Timestamp:
2011-04-08T07:02:30Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1c6f4ff
Parents:
a82889e (diff), 52cc968 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Deprecated sending ox max_packet_size with every transfer request

Root hub time reduced to 250ms
Refactoring

File:
1 edited

Legend:

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

    ra82889e ra8a7063  
    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.