VirtualBox

Changeset 72115 in vbox


Ignore:
Timestamp:
May 4, 2018 4:17:34 PM (7 years ago)
Author:
vboxsync
Message:

SCM

File:
1 edited

Legend:

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

    r72113 r72115  
    963963
    964964            /* Feed the bytes to the queue if there is room. */
    965             //@todo: Send overrun code if sequence won't fit?
     965            /// @todo Send overrun code if sequence won't fit?
    966966            ps2kInsertStrQueue((GeneriQ *)&pThis->keyQ, abCodes, 0);
    967967        }
     
    10181018
    10191019            /* Feed the bytes to the queue if there is room. */
    1020             //@todo: Send overrun code if sequence won't fit?
     1020            /// @todo Send overrun code if sequence won't fit?
    10211021            ps2kInsertStrQueue((GeneriQ *)&pThis->keyQ, abCodes, 0);
    10221022        }
     
    10431043        }
    10441044        /* Feed the bytes to the queue if there is room. */
    1045         //@todo: Send overrun code if sequence won't fit?
     1045        /// @todo Send overrun code if sequence won't fit?
    10461046        ps2kInsertStrQueue((GeneriQ *)&pThis->keyQ, abCodes, 0);
    10471047    }
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