Changes in uspace/lib/usb/src/hub.c [bc1c6fb:a6add7a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hub.c
rbc1c6fb ra6add7a 57 57 * 58 58 * @param connection Opened connection to host controller. 59 * @param speed Speed of the device that will respond on the default address.60 59 * @return Error code. 61 60 */ … … 87 86 * 88 87 * @param connection Opened connection to host controller. 89 * @param speed Speed of the new device (device that will be assigned90 * the returned address).91 88 * @return Assigned USB address or negative error code. 92 89 */ … … 159 156 * error codes than those listed as return codes by this function itself). 160 157 * 161 * @param [in]parent Parent device (i.e. the hub device).162 * @param [in]connection Opened connection to host controller.163 * @param [in]dev_speed New device speed.164 * @param [in]enable_port Function for enabling signaling through the port the158 * @param parent Parent device (i.e. the hub device). 159 * @param connection Opened connection to host controller. 160 * @param dev_speed New device speed. 161 * @param enable_port Function for enabling signaling through the port the 165 162 * device is attached to. 166 * @param [in]port_no Port number (passed through to @p enable_port).167 * @param [in]arg Any data argument to @p enable_port.163 * @param port_no Port number (passed through to @p enable_port). 164 * @param arg Any data argument to @p enable_port. 168 165 * @param[out] assigned_address USB address of the device. 169 166 * @param[out] assigned_handle Devman handle of the new device. 170 * @param[in] dev_ops Child device ops.171 * @param[in] new_dev_data Arbitrary pointer to be stored in the child172 * as @c driver_data.173 * @param[out] new_fun Storage where pointer to allocated child function174 * will be written.175 167 * @return Error code. 176 168 * @retval ENOENT Connection to HC not opened.
Note:
See TracChangeset
for help on using the changeset viewer.