Changeset 80436 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Aug 27, 2019 4:43:47 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 132923
- Location:
- trunk/src/VBox/HostDrivers/VBoxUSB/win/mon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.cpp
r80431 r80436 1065 1065 if (RT_SUCCESS(rc)) 1066 1066 { 1067 LOG(("ADDED fil er id 0x%p", uId));1067 LOG(("ADDED filter id 0x%p", uId)); 1068 1068 ASSERT_WARN(uId, ("uid is NULL")); 1069 1069 #ifdef VBOX_USBMON_WITH_FILTER_AUTOAPPLY … … 1389 1389 WARN(("failed to get device for PDO(0x%p)", pPdo)); 1390 1390 } 1391 else if (pDevice->enmState = VBOXUSBFLT_DEVSTATE_CAPTURING)1391 else if (pDevice->enmState == VBOXUSBFLT_DEVSTATE_CAPTURING) 1392 1392 { 1393 1393 pDevice->enmState = VBOXUSBFLT_DEVSTATE_CAPTURED; -
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp
r80207 r80436 1042 1042 if (Status != STATUS_SUCCESS) 1043 1043 { 1044 WARN(("vboxUsbMonContextClose failed, Status (0x%x), pre fent unload", Status));1044 WARN(("vboxUsbMonContextClose failed, Status (0x%x), prevent unload", Status)); 1045 1045 if (!InterlockedExchange(&g_VBoxUsbMonGlobals.ulPreventUnloadOn, 1)) 1046 1046 {
Note:
See TracChangeset
for help on using the changeset viewer.