Changeset 60758 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- Apr 29, 2016 11:18:03 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/USBProxyBackendWindows.cpp
r60742 r60758 227 227 228 228 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 */ 233 bool USBProxyBackendWindows::i_isDevReEnumerationRequired() 234 { 235 return true; 236 } 237 238 229 239 int USBProxyBackendWindows::wait(unsigned aMillies) 230 240 {
Note:
See TracChangeset
for help on using the changeset viewer.