Changeset 7207 in vbox for trunk/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp
- Timestamp:
- Feb 28, 2008 6:43:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp
r5999 r7207 216 216 */ 217 217 USBDeviceState_T eState = hostDevice->state(); 218 if (eState != USBDeviceState_ USBDeviceBusy &&219 eState != USBDeviceState_ USBDeviceAvailable &&220 eState != USBDeviceState_ USBDeviceHeld)218 if (eState != USBDeviceState_Busy && 219 eState != USBDeviceState_Available && 220 eState != USBDeviceState_Held) 221 221 return setError (E_FAIL, 222 222 tr ("Device is not in a capturable state"));
Note:
See TracChangeset
for help on using the changeset viewer.