Changeset 5d4eb2df in mainline for uspace/drv/vhc/hc.c


Ignore:
Timestamp:
2010-12-12T17:33:03Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
682b697, f46f8e3
Parents:
403bb26 (diff), a39f4cf (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:

Merge vojtechhorky/ - various fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/hc.c

    r403bb26 r5d4eb2df  
    5050#include "hub.h"
    5151
    52 #define USLEEP_BASE (500 * 1000)
     52#define USLEEP_BASE (0 * 500 * 1000)
    5353
    5454#define USLEEP_VAR 5000
     
    116116                char ports[HUB_PORT_COUNT + 2];
    117117                hub_get_port_statuses(ports, HUB_PORT_COUNT + 1);
    118                 dprintf(3, "virtual hub: addr=%d ports=%s",
     118                dprintf(0, "virtual hub: addr=%d ports=%s",
    119119                    virthub_dev.address, ports);
    120120               
     
    153153        transaction->callback_arg = arg;
    154154       
    155         dprintf(1, "creating transaction " TRANSACTION_FORMAT,
     155        dprintf(3, "creating transaction " TRANSACTION_FORMAT,
    156156            TRANSACTION_PRINTF(*transaction));
    157157       
Note: See TracChangeset for help on using the changeset viewer.