Changeset 89982 in vbox
- Timestamp:
- Jun 30, 2021 11:03:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2K.cpp
r89938 r89982 1184 1184 1185 1185 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); 1187 1188 1188 1189 if (fKeyDown)
Note:
See TracChangeset
for help on using the changeset viewer.