Changeset 38513 in vbox
- Timestamp:
- Aug 24, 2011 11:12:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.cpp
r38512 r38513 354 354 if (pDevice->bClass == USB_DEVICE_CLASS_HUB) 355 355 { 356 LOG(("device (0x%p), pdo (0x%p) is a hub, can not be captured", pDevice, pDev oce->Pdo));356 LOG(("device (0x%p), pdo (0x%p) is a hub, can not be captured", pDevice, pDevice->Pdo)); 357 357 return false; 358 358 }
Note:
See TracChangeset
for help on using the changeset viewer.