Changeset eea3e39 in mainline for uspace/lib/usbdev/src/recognise.c


Ignore:
Timestamp:
2011-10-31T09:46:52Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3562cd18
Parents:
cae002c
Message:

libusb: Rename get_address implementations.

The new names describe the functionality better.

File:
1 edited

Legend:

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

    rcae002c reea3e39  
    5050
    5151/** DDF operations of child devices. */
    52 ddf_dev_ops_t child_ops = {
     52static ddf_dev_ops_t child_ops = {
    5353        .interfaces[USB_DEV_IFACE] = &usb_iface_hub_child_impl
    5454};
     
    339339 * @param[in] hc_handle Handle of the host controller.
    340340 * @param[in] parent Parent device.
    341  * @param[in] dev_ops Child device ops.
     341 * @param[in] dev_ops Child device ops. Default child_ops will be used if NULL.
    342342 * @param[in] dev_data Arbitrary pointer to be stored in the child
    343343 *      as @c driver_data.
Note: See TracChangeset for help on using the changeset viewer.