summaryrefslogtreecommitdiff
path: root/include/VBox/vusb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/VBox/vusb.h')
-rw-r--r--include/VBox/vusb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/VBox/vusb.h b/include/VBox/vusb.h
index e0ea9b5202b..4a3f6d0950c 100644
--- a/include/VBox/vusb.h
+++ b/include/VBox/vusb.h
@@ -721,7 +721,6 @@ typedef struct VUSBIROOTHUBPORT
* Informs the callee about a change in the frame rate due to too many idle cycles or
* when seeing activity after some idle time.
*
- * @returns nothing.
* @param pInterface Pointer to this structure.
* @param u32FrameRate The new frame rate.
*/
@@ -836,10 +835,6 @@ typedef struct VUSBIROOTHUBCONNECTOR
* thus there is no return code or input or anything from this function
* except for potential state changes elsewhere.
*
- * @returns VINF_SUCCESS if no URBs are pending upon return.
- * @returns VERR_TIMEOUT if one or more URBs are still in flight upon returning.
- * @returns Other VBox status code.
- *
* @param pInterface Pointer to this struct.
* @param uPort Port of the device to reap URBs on.
* @param cMillies Number of milliseconds to poll for completion.