Changeset aa9ccf7 in mainline for uspace/drv/ohci/main.c


Ignore:
Timestamp:
2011-04-11T13:15:25Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9f104af4
Parents:
fd153d3
Message:

More debug output and some fixes

Add mutex for scheduling and removing of batches
batch_data initialize the first TD not the second
disable and enable both isochronous and interrupt processing when scheduling periodic transfer.
undef the right macro in transfer_list initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/main.c

    rfd153d3 raa9ccf7  
    9292int main(int argc, char *argv[])
    9393{
    94         usb_log_enable(USB_LOG_LEVEL_DEBUG, NAME);
     94        usb_log_enable(USB_LOG_LEVEL_DEBUG2, NAME);
    9595        sleep(5);
    9696        return ddf_driver_main(&ohci_driver);
Note: See TracChangeset for help on using the changeset viewer.