Changeset 6cbe7dad in mainline for uspace/drv/uhci-hcd/uhci.c
- Timestamp:
- 2011-02-25T15:58:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6495e71
- Parents:
- e9e58ea3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.c
re9e58ea3 r6cbe7dad 61 61 }; 62 62 63 63 64 static int usb_iface_get_address(ddf_fun_t *fun, devman_handle_t handle, 64 65 usb_address_t *address) … … 80 81 return EOK; 81 82 } 82 83 83 /*----------------------------------------------------------------------------*/ 84 84 static usb_iface_t hc_usb_iface = { 85 85 .get_hc_handle = usb_iface_get_hc_handle_hc_impl, … … 89 89 static ddf_dev_ops_t uhci_ops = { 90 90 .interfaces[USB_DEV_IFACE] = &hc_usb_iface, 91 .interfaces[USBHC_DEV_IFACE] = &uhci_iface 91 .interfaces[USBHC_DEV_IFACE] = &uhci_iface, 92 92 }; 93 93
Note:
See TracChangeset
for help on using the changeset viewer.