Changeset eea3e39 in mainline for uspace/drv/bus/usb/usbmid/usbmid.c


Ignore:
Timestamp:
2011-10-31T09:46:52Z (14 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/drv/bus/usb/usbmid/usbmid.c

    rcae002c reea3e39  
    6363static usb_iface_t child_usb_iface = {
    6464        .get_hc_handle = usb_iface_get_hc_handle_hub_child_impl,
    65         .get_address = usb_iface_get_address_hub_impl,
     65        .get_address = usb_iface_get_address_forward_impl,
    6666        .get_interface = usb_iface_get_interface_impl
    6767};
Note: See TracChangeset for help on using the changeset viewer.