Changes in uspace/drv/vhc/hcd.c [71ed4849:70a9092] in mainline


Ignore:
File:
1 edited

Legend:

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

    r71ed4849 r70a9092  
    8686        dev->ops = &vhc_ops;
    8787
     88        devman_add_device_to_class(dev->handle, "usbhc");
     89
    8890        /*
    8991         * Initialize our hub and announce its presence.
Note: See TracChangeset for help on using the changeset viewer.