VirtualBox

Changeset 40593 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Mar 23, 2012 2:00:45 PM (13 years ago)
Author:
vboxsync
Message:

Print PS2K queue info.

File:
1 edited

Legend:

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

    r40592 r40593  
    11321132    pHlp->pfnPrintf(pHlp, "Typematic delay %ums, repeat period %ums\n",
    11331133                    pThis->uTypematicDelay, pThis->uTypematicRepeat);
     1134    pHlp->pfnPrintf(pHlp, "Command queue: %d items (%d max)\n",
     1135                    pThis->cmdQ.cUsed, pThis->cmdQ.cSize);
     1136    pHlp->pfnPrintf(pHlp, "Input queue  : %d items (%d max)\n",
     1137                    pThis->keyQ.cUsed, pThis->keyQ.cSize);
    11341138    if (pThis->enmTypematicState != KBD_TMS_IDLE)
    11351139        pHlp->pfnPrintf(pHlp, "Active typematic key %02X (%s)\n", pThis->u8Typematic,
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