VirtualBox

Changeset 89982 in vbox


Ignore:
Timestamp:
Jun 30, 2021 11:03:43 PM (4 years ago)
Author:
vboxsync
Message:

DevPS2K: Assertion details.

File:
1 edited

Legend:

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

    r89938 r89982  
    11841184
    11851185    iKeyCode = ps2kR3HidToInternalCode(u32HidCode, NULL);
    1186     AssertReturn(iKeyCode > 0 && iKeyCode <= VBOX_USB_MAX_USAGE_CODE, VERR_INTERNAL_ERROR);
     1186    AssertMsgReturn(iKeyCode > 0 && iKeyCode <= VBOX_USB_MAX_USAGE_CODE, ("iKeyCode=%#x idUsage=%#x\n", iKeyCode, idUsage),
     1187                    VERR_INTERNAL_ERROR);
    11871188
    11881189    if (fKeyDown)
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