Changeset 9223dc5c in mainline for uspace/drv/vhc/devices.c


Ignore:
Timestamp:
2010-12-12T18:04:04Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
682b697, f2962621
Parents:
f46f8e3
Message:

fixes for hub and hcd, left debug messsages

File:
1 edited

Legend:

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

    rf46f8e3 r9223dc5c  
    147147        if (virthub_dev.address == transaction->target.address) {
    148148                size_t tmp;
    149                 dprintf(3, "sending `%s' transaction to hub",
     149                dprintf(1, "sending `%s' transaction to hub",
    150150                    usbvirt_str_transaction_type(transaction->type));
    151151                switch (transaction->type) {
Note: See TracChangeset for help on using the changeset viewer.