Changeset 36995 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- May 6, 2011 10:49:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp
r36994 r36995 114 114 * available we fall back to USBFS. 115 115 * In the event of both failing, an appropriate error will be returned. 116 * The user may also specify a method and root using the VBOX_USB and 117 * VBOX_USB_ROOT environment variables. In this case we don't check 118 * the root they provide for validity. 116 119 */ 117 120 bool fUsbfsChosen = false, fSysfsChosen = false;
Note:
See TracChangeset
for help on using the changeset viewer.