Changeset 40593 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Mar 23, 2012 2:00:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/PS2K.cpp
r40592 r40593 1132 1132 pHlp->pfnPrintf(pHlp, "Typematic delay %ums, repeat period %ums\n", 1133 1133 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); 1134 1138 if (pThis->enmTypematicState != KBD_TMS_IDLE) 1135 1139 pHlp->pfnPrintf(pHlp, "Active typematic key %02X (%s)\n", pThis->u8Typematic,
Note:
See TracChangeset
for help on using the changeset viewer.