Changeset 93915 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Feb 24, 2022 12:30:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp
r93914 r93915 1132 1132 1133 1133 1134 /** @interface_method_impl{VUSBIROOTHUBCONNECTOR,pfn IsSavedStateSupported} */1134 /** @interface_method_impl{VUSBIROOTHUBCONNECTOR,pfnDevIsSavedStateSupported} */ 1135 1135 static DECLCALLBACK(bool) vusbR3RhDevIsSavedStateSupported(PVUSBIROOTHUBCONNECTOR pInterface, uint32_t uPort) 1136 1136 { … … 1191 1191 1192 1192 /** 1193 * @callback_method_impl{FNSSMD EVSAVEPREP, All URBs needs to be canceled.}1193 * @callback_method_impl{FNSSMDRVSAVEPREP, All URBs needs to be canceled.} 1194 1194 */ 1195 1195 static DECLCALLBACK(int) vusbR3RhSavePrep(PPDMDRVINS pDrvIns, PSSMHANDLE pSSM) … … 1243 1243 1244 1244 /** 1245 * @callback_method_impl{FNSSMD EVSAVEDONE}1245 * @callback_method_impl{FNSSMDRVSAVEDONE} 1246 1246 */ 1247 1247 static DECLCALLBACK(int) vusbR3RhSaveDone(PPDMDRVINS pDrvIns, PSSMHANDLE pSSM) … … 1279 1279 1280 1280 /** 1281 * @callback_method_impl{FNSSMD EVLOADPREP, This must detach the devices1281 * @callback_method_impl{FNSSMDRVLOADPREP, This must detach the devices 1282 1282 * currently attached and save them for reconnect after the state load has been 1283 1283 * completed.} … … 1357 1357 1358 1358 /** 1359 * @callback_method_impl{FNSSMD EVLOADDONE}1359 * @callback_method_impl{FNSSMDRVLOADDONE} 1360 1360 */ 1361 1361 static DECLCALLBACK(int) vusbR3RhLoadDone(PPDMDRVINS pDrvIns, PSSMHANDLE pSSM)
Note:
See TracChangeset
for help on using the changeset viewer.