VirtualBox

Changeset 41569 in vbox


Ignore:
Timestamp:
Jun 4, 2012 5:00:31 PM (13 years ago)
Author:
vboxsync
Message:

Devices/Input/PS2: LogRel to Log for typematic delay.

File:
1 edited

Legend:

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

    r40593 r41569  
    692692    period = (8 + A) * (1 << B) * 417 / 100;
    693693    pThis->uTypematicRepeat = period;
    694     LogRel(("Typematic delay %u ms, repeat period %u ms\n",
     694    Log(("Typematic delay %u ms, repeat period %u ms\n",
    695695            pThis->uTypematicDelay, pThis->uTypematicRepeat));
    696696}
     
    849849
    850850    /* Anything in the command queue has priority over data
    851      * in the keystroke queue. Additionally, keystrokes are 
    852      * blocked if a command is currently in progress, even if 
    853      * the command queue is empty. 
     851     * in the keystroke queue. Additionally, keystrokes are
     852     * blocked if a command is currently in progress, even if
     853     * the command queue is empty.
    854854     */
    855855    rc = PS2RemoveQueue((GeneriQ *)&pThis->cmdQ, pVal);
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