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