VirtualBox

Changeset 87628 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Feb 5, 2021 5:28:12 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142664
Message:

Warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/VUSBUrbTrace.cpp

    r87627 r87628  
    225225             */
    226226            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)))
    228228            {
    229229                fDescriptors = false;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette