Changeset d2fc1c2 in mainline for uspace/lib/usb/src/ddfiface.c
- Timestamp:
- 2011-03-08T18:18:05Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48d2765, 8e9becf6
- Parents:
- d477734 (diff), a8e98498 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/ddfiface.c
rd477734 rd2fc1c2 56 56 /** Get host controller handle, interface implementation for hub driver. 57 57 * 58 * @param[in] device Devicethe operation is running on.58 * @param[in] fun Device function the operation is running on. 59 59 * @param[out] handle Storage for the host controller handle. 60 60 * @return Error code. … … 69 69 * a hub driver. 70 70 * 71 * @param[in] device Devicethe operation is running on.71 * @param[in] fun Device function the operation is running on. 72 72 * @param[out] handle Storage for the host controller handle. 73 73 * @return Error code. … … 88 88 IPC_M_USB_GET_HOST_CONTROLLER_HANDLE, &hc_handle); 89 89 90 async_hangup(parent_phone); 91 90 92 if (rc != EOK) { 91 93 return rc; … … 99 101 /** Get host controller handle, interface implementation for HC driver. 100 102 * 101 * @param[in] device Devicethe operation is running on.103 * @param[in] fun Device function the operation is running on. 102 104 * @param[out] handle Storage for the host controller handle. 103 105 * @return Always EOK. … … 116 118 /** Get USB device address, interface implementation for hub driver. 117 119 * 118 * @param[in] device Devicethe operation is running on.120 * @param[in] fun Device function the operation is running on. 119 121 * @param[in] handle Devman handle of USB device we want address of. 120 122 * @param[out] address Storage for USB address of device with handle @p handle. … … 151 153 * a hub driver. 152 154 * 153 * @param[in] device Devicethe operation is running on.155 * @param[in] fun Device function the operation is running on. 154 156 * @param[in] handle Devman handle of USB device we want address of. 155 157 * @param[out] address Storage for USB address of device with handle @p handle.
Note:
See TracChangeset
for help on using the changeset viewer.