Changeset ffcc5776 in mainline for uspace/drv/bus/usb/ohci/main.c


Ignore:
Timestamp:
2012-02-23T06:00:07Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bfc5c9dd
Parents:
70922c2
Message:

ohci: Consider endian difference when accessing OHCI registers.

HC initialization works.
Root hub works.

Turn off work queues until memory structure endian is fixed.

File:
1 edited

Legend:

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

    r70922c2 rffcc5776  
    8383int main(int argc, char *argv[])
    8484{
    85         usb_log_enable(USB_LOG_LEVEL_DEFAULT, NAME);
     85        sleep(5);
     86        usb_log_enable(USB_LOG_LEVEL_DEBUG2, NAME);
    8687        return ddf_driver_main(&ohci_driver);
    8788}
Note: See TracChangeset for help on using the changeset viewer.