Changeset 50229 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 24, 2014 9:22:26 PM (11 years ago)
- Location:
- trunk/src/VBox/Devices/USB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/USBProxyDevice.cpp
r50228 r50229 823 823 pThis->fMaskedIfs = 0; 824 824 pThis->fOpened = false; 825 pThis->fInited = false; 825 826 826 827 /* … … 1072 1073 return rc; 1073 1074 } 1075 pThis->fInited = true; 1074 1076 1075 1077 /* -
trunk/src/VBox/Devices/USB/USBProxyDevice.h
r50228 r50229 206 206 * For dealing with failed construction (the destruct method is always called). */ 207 207 bool fOpened; 208 /** Whether we've called pfnInit or not. 209 * For dealing with failed construction (the destruct method is always called). */ 210 bool fInited; 208 211 /** Whether the device has been detached. 209 212 * This is hack for making PDMUSBREG::pfnUsbQueue return the right status code. */
Note:
See TracChangeset
for help on using the changeset viewer.