- Timestamp:
- May 4, 2011 9:09:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp
r36963 r36964 83 83 /* 84 84 * We have two methods available for getting host USB device data - using 85 * USBFS and using sysfs. The default choice depends on build-time 86 * settings and an environment variable; if the default is not available 87 * we fall back to the second. 88 * In the event of both failing, the error from the second method tried 89 * will be presented to the user. 85 * USBFS and using sysfs. The default choice is sysfs; if that is not 86 * available we fall back to USBFS. 87 * In the event of both failing, an appropriate error will be returned. 90 88 */ 91 89 bool fUseSysfs;
Note:
See TracChangeset
for help on using the changeset viewer.