Changeset 3de48b5 in mainline for uspace/drv/uhci-hcd/batch.c


Ignore:
Timestamp:
2011-02-26T11:20:56Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
48563a3
Parents:
0063838
Message:

Switch back to polling

reduce debug verbosity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/batch.c

    r0063838 r3de48b5  
    140140{
    141141        assert(instance);
    142         usb_log_debug("Checking(%p) %d packet for completion.\n",
     142        usb_log_debug2("Checking(%p) %d packet for completion.\n",
    143143            instance, instance->packets);
    144144        instance->transfered_size = 0;
     
    157157                    transfer_descriptor_actual_size(&instance->tds[i]);
    158158        }
    159         /* This is just an ugly trick to support the old API */
    160159        instance->transfered_size -= instance->setup_size;
    161160        return true;
Note: See TracChangeset for help on using the changeset viewer.