Changeset 63567 in vbox for trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform-linux.cpp
- Timestamp:
- Aug 16, 2016 2:06:54 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110222
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform-linux.cpp
r62471 r63567 282 282 if (RT_SUCCESS(rc)) 283 283 { 284 const char *apszArg[] = { "num=20" }; /** @todo :Make configurable from config. */284 const char *apszArg[] = { "num=20" }; /** @todo Make configurable from config. */ 285 285 rc = utsPlatformModuleLoad("dummy_hcd", &apszArg[0], RT_ELEMENTS(apszArg)); 286 286 if (RT_SUCCESS(rc)) … … 332 332 if ( ProcSts.enmReason != RTPROCEXITREASON_NORMAL 333 333 || ProcSts.iStatus != 0) 334 rc = VERR_UNRESOLVED_ERROR; /** @todo :Log and give finer grained status code. */334 rc = VERR_UNRESOLVED_ERROR; /** @todo Log and give finer grained status code. */ 335 335 } 336 336 } … … 360 360 if ( ProcSts.enmReason != RTPROCEXITREASON_NORMAL 361 361 || ProcSts.iStatus != 0) 362 rc = VERR_UNRESOLVED_ERROR; /** @todo :Log and give finer grained status code. */362 rc = VERR_UNRESOLVED_ERROR; /** @todo Log and give finer grained status code. */ 363 363 } 364 364 }
Note:
See TracChangeset
for help on using the changeset viewer.