Changeset 9223dc5c in mainline for uspace/drv/vhc


Ignore:
Timestamp:
2010-12-12T18:04:04Z (15 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

Location:
uspace/drv/vhc
Files:
2 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) {
  • uspace/drv/vhc/hubops.c

    rf46f8e3 r9223dc5c  
    200200                } \
    201201        } while (false); \
    202         hub_port_t *portvar = &hub_dev.ports[index]
     202        hub_port_t *portvar = &hub_dev.ports[index-1]
    203203
    204204
Note: See TracChangeset for help on using the changeset viewer.