Changeset 87855 in vbox
- Timestamp:
- Feb 24, 2021 7:31:59 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142923
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp
r84002 r87855 130 130 /** Are we using sysfs to find the active configuration? */ 131 131 bool fUsingSysfs; 132 /** Pipe handle for wa iking up - writing end. */132 /** Pipe handle for waking up - writing end. */ 133 133 RTPIPE hPipeWakeupW; 134 /** Pipe handle for wa iking up - reading end. */134 /** Pipe handle for waking up - reading end. */ 135 135 RTPIPE hPipeWakeupR; 136 136 /** The device node/sysfs path of the device.
Note:
See TracChangeset
for help on using the changeset viewer.