Changeset 36431 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Mar 25, 2011 2:14:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp
r36418 r36431 123 123 PCUSBDEVTREELOCATION pcLocation; 124 124 pcLocation = USBProxyLinuxGetDeviceRoot(fUseSysfs); 125 pcszUsbRoot = pcLocation->szDevicesRoot; 126 fUseSysfs = pcLocation->fUseSysfs; 125 if (pcLocation) 126 { 127 pcszUsbRoot = pcLocation->szDevicesRoot; 128 fUseSysfs = pcLocation->fUseSysfs; 129 } 127 130 } 128 131 if (pcszUsbRoot)
Note:
See TracChangeset
for help on using the changeset viewer.