Changeset 64294 in vbox for trunk/src/VBox/Devices/USB/os2
- Timestamp:
- Oct 17, 2016 11:34:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/os2/USBProxyDevice-os2.cpp
r63562 r64294 596 596 597 597 598 /** 599 * Reset a device. 600 * 601 * @returns VBox status code. 602 * @param pDev The device to reset. 603 */ 598 /** @interface_method_impl{USBPROXYBACK,pfnReset} */ 604 599 static int usbProxyOs2Reset(PUSBPROXYDEV pProxyDev, bool fResetOnLinux) 605 600 { … … 703 698 * @interface_method_impl{USBPROXYBACK,pfnUrbQueue} 704 699 */ 705 static int usbProxyOs2UrbQueue(PVUSBURB pUrb) 706 { 707 PUSBPROXYDEV pProxyDev = (PUSBPROXYDEV)pUrb->pDev; 700 static int usbProxyOs2UrbQueue(PUSBPROXYDEV pProxyDev, PVUSBURB pUrb) 701 { 708 702 PUSBPROXYDEVOS2 pDevOs2 = (PUSBPROXYDEVOS2)pProxyDev->Backend.pv; 709 703 LogFlow(("usbProxyOs2UrbQueue: pProxyDev=%s pUrb=%p EndPt=%d cbData=%d\n",
Note:
See TracChangeset
for help on using the changeset viewer.