Changeset 8cd1aa5e in mainline for uspace/drv/uhci/main.c


Ignore:
Timestamp:
2010-11-21T23:22:50Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
03171de, 0b749a3
Parents:
31860b7 (diff), f0da4eb2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge ddf_proposal changes

File:
1 edited

Legend:

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

    r31860b7 r8cd1aa5e  
    7777        /*
    7878         * We need to announce the presence of our root hub.
     79         * Commented out until the problem which causes the whole task to
     80         * block is solved.
    7981         */
    80         usb_hcd_add_root_hub(device);
     82        //usb_hcd_add_root_hub(device);
    8183
    8284        return EOK;
Note: See TracChangeset for help on using the changeset viewer.