Changeset 34283 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win
- Timestamp:
- Nov 23, 2010 1:36:54 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68034
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/USBLib-win.cpp
r34281 r34283 2874 2874 pDevice->pszAltAddress = (char *)pDevice->pszAddress; 2875 2875 pDevice->pszAddress = RTStrDup(pszDevName); 2876 cCaptured++; 2876 2877 } 2877 2878 pDevice = pDevice->pNext; 2878 2879 } 2879 cCaptured++;2880 2880 2881 2881 if (j == cHostDevices) … … 2889 2889 } 2890 2890 else 2891 Log(("usbLibGetDevices: Cannot determine tthe path to %s\n", pszDevName));2891 Log(("usbLibGetDevices: Cannot determine the path to %s\n", pszDevName)); 2892 2892 } 2893 2893 CloseHandle(hDev);
Note:
See TracChangeset
for help on using the changeset viewer.