Changeset ad104e0 in mainline for uspace/drv/vhc/hcd.c


Ignore:
Timestamp:
2010-12-04T17:00:14Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4689d40, 54b141a
Parents:
6f04905
Message:

Virtual USB HC can reserve address

The implementation is stupid but shall be okay for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/hcd.c

    r6f04905 rad104e0  
    7272
    7373        /*
     74         * Initialize address management.
     75         */
     76        address_init();
     77
     78        /*
    7479         * Initialize our hub and announce its presence.
    7580         */
Note: See TracChangeset for help on using the changeset viewer.