Changeset db8b7ca in mainline for uspace/lib/usbdev/src/hub.c


Ignore:
Timestamp:
2012-12-26T19:02:51Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34289ea
Parents:
d8cdf39e
Message:

libusbdev: Drop support for custom function data and ops.

Unused and it will go away soon anyway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/hub.c

    rd8cdf39e rdb8b7ca  
    158158    usb_hc_connection_t *hc_conn, usb_speed_t dev_speed,
    159159    int (*enable_port)(void *arg), void *arg, usb_address_t *assigned_address,
    160     ddf_dev_ops_t *dev_ops, void *new_dev_data, ddf_fun_t **new_fun)
     160    ddf_fun_t **new_fun)
    161161{
    162162        if ((new_fun == NULL) || (hc_conn == NULL))
     
    273273        ddf_fun_t *child_fun;
    274274        rc = usb_device_register_child_in_devman(&ctrl_pipe,
    275             parent, dev_ops, new_dev_data, &child_fun);
     275            parent, &child_fun);
    276276        if (rc != EOK) {
    277277                goto leave_release_free_address;
Note: See TracChangeset for help on using the changeset viewer.