Changeset 32262 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Sep 6, 2010 11:37:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstHostHardwareLinux.cpp
r32258 r32262 92 92 #ifdef VBOX_USB_WITH_SYSFS 93 93 VBoxMainUSBDeviceInfo deviceInfo; 94 AssertRCReturn(VBoxMainUSBDevInfoInit(&deviceInfo), 1);94 VBoxMainUSBDevInfoInit(&deviceInfo); 95 95 rc = USBDevInfoUpdateDevices(&deviceInfo); 96 96 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.