Changeset 86515 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 10, 2020 1:07:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/USBProxyDevice.cpp
r86491 r86515 1194 1194 1195 1195 /* 1196 * Disable remote wakeup capability, see @bugref{9839}. This is done on 1197 * a device/configuration level, no need to dig too deep through the descriptors. 1198 * On most backends, we can't perform a real selective suspend, and more importantly 1199 * can't receive a remote wake notification. If a guest suspends the device and waits 1196 * Disable remote wakeup capability, see @bugref{9839}. This is done on 1197 * a device/configuration level, no need to dig too deep through the descriptors. 1198 * On most backends, we can't perform a real selective suspend, and more importantly 1199 * can't receive a remote wake notification. If a guest suspends the device and waits 1200 1200 * for a remote wake, the device is effectively dead. 1201 1201 */
Note:
See TracChangeset
for help on using the changeset viewer.