Changeset 89943 in vbox for trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp
- Timestamp:
- Jun 29, 2021 8:51:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp
r89939 r89943 31 31 * Defined Constants And Macros * 32 32 *********************************************************************************************************************************/ 33 33 34 /** Keyboard usage page bits to be OR-ed into the code. */ 34 35 #define HID_PG_KB_BITS RT_MAKE_U32(0, USB_HID_KB_PAGE) 36 35 37 36 38 /*********************************************************************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.