Changeset 0995cd6 in mainline for uspace/drv/vhc/hcd.c


Ignore:
Timestamp:
2010-12-10T16:15:44Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf978f2
Parents:
9f6c5ef0
Message:

Virtual HC root hub sets its own address

File:
1 edited

Legend:

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

    r9f6c5ef0 r0995cd6  
    7979         * Initialize our hub and announce its presence.
    8080         */
    81         hub_init();
    82         usb_hcd_add_root_hub(dev);
     81        hub_init(dev);
    8382
    8483        printf("%s: virtual USB host controller ready.\n", NAME);
Note: See TracChangeset for help on using the changeset viewer.