Changeset 6cbe7dad in mainline for uspace/drv/uhci-hcd/uhci.c


Ignore:
Timestamp:
2011-02-25T15:58:25Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6495e71
Parents:
e9e58ea3
Message:

Get register address for uchi-rhd from uhci-hcd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci.c

    re9e58ea3 r6cbe7dad  
    6161};
    6262
     63
    6364static int usb_iface_get_address(ddf_fun_t *fun, devman_handle_t handle,
    6465    usb_address_t *address)
     
    8081        return EOK;
    8182}
    82 
    83 
     83/*----------------------------------------------------------------------------*/
    8484static usb_iface_t hc_usb_iface = {
    8585        .get_hc_handle = usb_iface_get_hc_handle_hc_impl,
     
    8989static ddf_dev_ops_t uhci_ops = {
    9090        .interfaces[USB_DEV_IFACE] = &hc_usb_iface,
    91         .interfaces[USBHC_DEV_IFACE] = &uhci_iface
     91        .interfaces[USBHC_DEV_IFACE] = &uhci_iface,
    9292};
    9393
Note: See TracChangeset for help on using the changeset viewer.