- Timestamp:
- Jun 4, 2007 10:03:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostUSBDeviceImpl.cpp
r3013 r3014 669 669 HRESULT rc = mMachine->onUSBDeviceAttach (d, error); 670 670 /// @todo we will probably want to re-run all filters on failure 671 // instead of asserting 672 /*AssertComRC (rc); - actually we shall not assert on fully legal error coditions because it 673 crashes VBoxSVC and upsets everything. Asserts are for preconditions 674 violations not for runtime errors like incorrect usbfs permission. */ 671 /* The VM process has a legal reason to fail (for example, incorrect 672 * usbfs permissions or out of virtual USB ports), so don't assert */ 675 673 676 674 LogFlowThisFunc (("Done machine->onUSBDeviceAttach()=%08X\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.