Changeset 65432 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 24, 2017 4:09:53 PM (8 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp
r65426 r65432 1140 1140 if (mUsb != aDev) 1141 1141 { 1142 #if defined(RT_OS_WINDOWS) || defined(DOXYGEN_RUNNING)1142 #if defined(RT_OS_WINDOWS) 1143 1143 /* we used this logic of string comparison in HostUSBDevice::compare 1144 1144 * now we need to preserve strings from the old device if the new device has zero strings … … 1196 1196 } 1197 1197 1198 /* * @def HOSTUSBDEVICE_FUZZY_STATE1198 /* 1199 1199 * Defined on hosts where we have a driver that keeps proper device states. 1200 1200 */ 1201 # if defined(RT_OS_LINUX) || defined(DOXYGEN_RUNNING)1201 # if defined(RT_OS_LINUX) 1202 1202 # define HOSTUSBDEVICE_FUZZY_STATE 1 1203 1203 # else -
trunk/src/VBox/Main/src-server/os2/USBProxyBackendOs2.cpp
r65088 r65432 166 166 167 167 168 #if 0 168 169 bool USBProxyBackendOs2::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, 169 170 SessionMachine **aIgnoreMachine) … … 173 174 return updateDeviceStateFake(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine); 174 175 } 176 #endif 175 177 176 178
Note:
See TracChangeset
for help on using the changeset viewer.