Changeset 87628 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Feb 5, 2021 5:28:12 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142664
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBUrbTrace.cpp
r87627 r87628 225 225 */ 226 226 if ( ((pSetup->bmRequestType >> 5) & 0x3) == 1 /* class */ 227 && ( RT_HIBYTE(pSetup->wValue) == 0x22) || (RT_HIBYTE(pSetup->wValue) == 0x23))227 && ((RT_HIBYTE(pSetup->wValue) == 0x22) || (RT_HIBYTE(pSetup->wValue) == 0x23))) 228 228 { 229 229 fDescriptors = false;
Note:
See TracChangeset
for help on using the changeset viewer.