Changeset 37599 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- Jun 22, 2011 9:06:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp
r37596 r37599 105 105 { 106 106 /* 107 * Call the superclass method first.108 */109 HRESULT hrc = USBProxyService::init();110 AssertComRCReturn(hrc, hrc);111 112 /*113 107 * We have two methods available for getting host USB device data - using 114 108 * USBFS and using sysfs. The default choice is sysfs; if that is not
Note:
See TracChangeset
for help on using the changeset viewer.