Changeset 41569 in vbox
- Timestamp:
- Jun 4, 2012 5:00:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/PS2K.cpp
r40593 r41569 692 692 period = (8 + A) * (1 << B) * 417 / 100; 693 693 pThis->uTypematicRepeat = period; 694 Log Rel(("Typematic delay %u ms, repeat period %u ms\n",694 Log(("Typematic delay %u ms, repeat period %u ms\n", 695 695 pThis->uTypematicDelay, pThis->uTypematicRepeat)); 696 696 } … … 849 849 850 850 /* 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. 854 854 */ 855 855 rc = PS2RemoveQueue((GeneriQ *)&pThis->cmdQ, pVal);
Note:
See TracChangeset
for help on using the changeset viewer.