Changeset 6785b538 in mainline for uspace/drv/bus/usb/usbmid/explore.c


Ignore:
Timestamp:
2013-01-26T16:15:08Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b6812a1
Parents:
7c69861
Message:

usbmid, usbhid, usbhub, usbflbk: Don't access ddf_dev directly, use provided functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbmid/explore.c

    r7c69861 r6785b538  
    180180
    181181        /* Create control function. */
    182         usb_mid->ctl_fun = ddf_fun_create(dev->ddf_dev, fun_exposed, "ctl");
     182        usb_mid->ctl_fun = usb_device_ddf_fun_create(dev, fun_exposed, "ctl");
    183183        if (usb_mid->ctl_fun == NULL) {
    184184                usb_log_error("Failed to create control function.\n");
Note: See TracChangeset for help on using the changeset viewer.