VirtualBox

Changeset 89936 in vbox for trunk/src/VBox/Devices/Input


Ignore:
Timestamp:
Jun 29, 2021 6:42:48 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145394
Message:

Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp

    r89935 r89936  
    236236             * key up into a key up/key down sequence.
    237237             */
    238             if (idUsage == UINT32_C(PDMIKBDPORT_KEY_UP | 0x90) || idUsage == UINT32_C(PDMIKBDPORT_KEY_UP & 0x91))
     238            if (idUsage == UINT32_C(PDMIKBDPORT_KEY_UP | 0x90) || idUsage == UINT32_C(PDMIKBDPORT_KEY_UP | 0x91))
    239239            {
    240240                PDRVKBDQUEUEITEM pItem2 = (PDRVKBDQUEUEITEM)PDMQueueAlloc(pDrv->pQueue);
Note: See TracChangeset for help on using the changeset viewer.

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