Changeset 0c0f5a5d in mainline for uspace/lib/usb/src/ddfiface.c
- Timestamp:
- 2011-03-08T21:30:48Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c0964800
- Parents:
- 18e9eeb (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
r18e9eeb r0c0f5a5d 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. … … 101 101 /** Get host controller handle, interface implementation for HC driver. 102 102 * 103 * @param[in] device Devicethe operation is running on.103 * @param[in] fun Device function the operation is running on. 104 104 * @param[out] handle Storage for the host controller handle. 105 105 * @return Always EOK. … … 118 118 /** Get USB device address, interface implementation for hub driver. 119 119 * 120 * @param[in] device Devicethe operation is running on.120 * @param[in] fun Device function the operation is running on. 121 121 * @param[in] handle Devman handle of USB device we want address of. 122 122 * @param[out] address Storage for USB address of device with handle @p handle. … … 153 153 * a hub driver. 154 154 * 155 * @param[in] device Devicethe operation is running on.155 * @param[in] fun Device function the operation is running on. 156 156 * @param[in] handle Devman handle of USB device we want address of. 157 157 * @param[out] address Storage for USB address of device with handle @p handle.
Note:
See TracChangeset
for help on using the changeset viewer.