VirtualBox

Ignore:
Timestamp:
Apr 29, 2016 11:18:03 AM (9 years ago)
Author:
vboxsync
Message:

Main/{USBProxyBackend|HostUSBDeviceImpl}: Don't hardcode certain host OS specific behavior during attach/release now that we can mix several backends with different requirements but make the backends report which behavior they need (should fix USB testing on Windows, OS X and Solaris hosts)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/USBProxyBackendWindows.cpp

    r60742 r60758  
    227227
    228228
     229/**
     230 * Returns whether devices reported by this backend go through a de/re-attach
     231 * and device re-enumeration cycle when they are captured or released.
     232 */
     233bool USBProxyBackendWindows::i_isDevReEnumerationRequired()
     234{
     235    return true;
     236}
     237
     238
    229239int USBProxyBackendWindows::wait(unsigned aMillies)
    230240{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette