Changeset 57935 in vbox
- Timestamp:
- Sep 29, 2015 10:56:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp
r57934 r57935 627 627 if (Status == STATUS_SUCCESS) 628 628 { 629 /* We can't log HubName here couse string logging could lead to BSOD */ 629 /* We could not log hub name here. 630 * It is the paged memory and we cannot use it in logger cause it increases the IRQL 631 */ 630 632 LOG(("IoGetDeviceObjectPointer returned %p %p", pHubDevObj, pHubFileObj)); 631 633 if (!pfnWalker(pHubFileObj, pHubDevObj, pHubDevObj, pvWalker))
Note:
See TracChangeset
for help on using the changeset viewer.