Changeset 2c49b81b in mainline for uspace/drv/vhc/main.c


Ignore:
Timestamp:
2011-05-07T10:34:48Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8594505
Parents:
28216a0
Message:

All USB host controllers added to usbhc DDF class

File:
1 edited

Legend:

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

    r28216a0 r2c49b81b  
    104104        }
    105105
    106         rc = ddf_fun_add_to_class(hc, "usbhc");
     106        rc = ddf_fun_add_to_class(hc, USB_HC_DDF_CLASS_NAME);
    107107        if (rc != EOK) {
    108108                usb_log_fatal("Failed to add function to HC class: %s.\n",
Note: See TracChangeset for help on using the changeset viewer.