Changeset 41783 in vbox for trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp
- Timestamp:
- Jun 16, 2012 7:24:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp
r41777 r41783 101 101 * 102 102 * @returns VBox status code. 103 * @param pVM The VM handle.103 * @param pVM Pointer to the VM. 104 104 * @param pDrvIns The driver instance of the hub. 105 105 * @param fVersions Indicates the kinds of USB devices that can be attached to this HUB. … … 276 276 * 277 277 * @returns VBox status code. 278 * @param pVM The VM handle.278 * @param pVM Pointer to the VM. 279 279 */ 280 280 int pdmR3UsbLoadModules(PVM pVM) … … 386 386 * 387 387 * @returns VBox status code. 388 * @param pVM The VM handle.388 * @param pVM Pointer to the VM. 389 389 */ 390 390 int pdmR3UsbVMInitComplete(PVM pVM) … … 427 427 * @returns VINF_SUCCESS and *ppHub on success. 428 428 * VERR_PDM_NO_USB_HUBS or VERR_PDM_NO_USB_PORTS on failure. 429 * @param pVM The VM handle.429 * @param pVM Pointer to the VM. 430 430 * @param iUsbVersion The USB device version. 431 431 * @param ppHub Where to store the pointer to the USB hub. … … 456 456 * 457 457 * @returns VBox status code. 458 * @param pVM The VM handle.458 * @param pVM Pointer to the VM. 459 459 * @param pUsbDev The USB device emulation. 460 460 * @param iInstance -1 if not called by pdmR3UsbInstantiateDevices(). … … 838 838 * 839 839 * @returns VBox status code. 840 * @param pVM The VM handle.840 * @param pVM Pointer to the VM. 841 841 * @param pUuid The UUID to be associated with the device. 842 842 * @param fRemote Whether it's a remove or local device. … … 1010 1010 * 1011 1011 * @returns VBox status code. 1012 * @param pVM The VM handle.1012 * @param pVM Pointer to the VM. 1013 1013 * @param pUuid The UUID associated with the device to detach. 1014 1014 * @thread EMT
Note:
See TracChangeset
for help on using the changeset viewer.