Changeset 48955 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- Oct 7, 2013 9:59:25 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89652
- Location:
- trunk/src/VBox/Main/src-server/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/NetIf-linux.cpp
r48180 r48955 111 111 } 112 112 } 113 113 114 114 if (uSpeed == 0) 115 115 { -
trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp
r47117 r48955 1587 1587 * in the environment. 1588 1588 * @returns iprt status value 1589 * @param pfUsingUsbfsDevices on success this will be set to true if 1589 * @param pfUsingUsbfsDevices on success this will be set to true if 1590 1590 * the prefered access method is USBFS-like and to 1591 1591 * false if it is sysfs/device node-like
Note:
See TracChangeset
for help on using the changeset viewer.