Changeset 64294 in vbox for trunk/src/VBox/Devices/USB/VUSBDevice.cpp
- Timestamp:
- Oct 17, 2016 11:34:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBDevice.cpp
r62959 r64294 1151 1151 * before detaching a device. 1152 1152 * 1153 * @returns nothing. 1154 * @param pDev The VUSB device instance. 1153 1155 * @param fDetaching If set, we will unconditionally unlink (and leak) 1154 1156 * any URBs which isn't reaped. … … 1433 1435 * @returns VBox status code. 1434 1436 * 1435 * @param pDev 1437 * @param pDevice Pointer to the VUSB device interface. 1436 1438 * @param fResetOnLinux Whether it's safe to reset the device(s) on a linux 1437 1439 * host system. See discussion of logical reconnects elsewhere. 1438 1440 * @param pfnDone Pointer to the completion routine. If NULL a synchronous 1439 1441 * reset is preformed not respecting the 10ms. 1442 * @param pvUser Opaque user data to pass to the done callback. 1440 1443 * @param pVM Pointer to the VM handle for performing the done function 1441 1444 * on the EMT thread. … … 1745 1748 * 1746 1749 * @returns VBox status code. 1747 * @param pDev The VUSB device to initialize. 1748 * @param pUsbIns Pointer to the PDM USB Device instance. 1750 * @param pDev The VUSB device to initialize. 1751 * @param pUsbIns Pointer to the PDM USB Device instance. 1752 * @param pszCaptureFilename Optional fileame to capture the traffic to. 1749 1753 */ 1750 1754 int vusbDevInit(PVUSBDEV pDev, PPDMUSBINS pUsbIns, const char *pszCaptureFilename)
Note:
See TracChangeset
for help on using the changeset viewer.