Changeset 36961 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- May 4, 2011 4:37:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp
r36958 r36961 142 142 else 143 143 /** @todo fix this, preferably in the next fifteen minutes. */ 144 mLastError = RTDirExists("/dev/vboxusb") ? VERR_ PERMISSION_DENIED144 mLastError = RTDirExists("/dev/vboxusb") ? VERR_VUSB_USB_DEVICE_PERMISSION 145 145 : RTFileExists("/proc/bus/usb/devices") ? VERR_VUSB_USBFS_PERMISSION 146 146 : VERR_NOT_FOUND;
Note:
See TracChangeset
for help on using the changeset viewer.