Changeset 72115 in vbox
- Timestamp:
- May 4, 2018 4:17:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/PS2K.cpp
r72113 r72115 963 963 964 964 /* Feed the bytes to the queue if there is room. */ 965 // @todo:Send overrun code if sequence won't fit?965 /// @todo Send overrun code if sequence won't fit? 966 966 ps2kInsertStrQueue((GeneriQ *)&pThis->keyQ, abCodes, 0); 967 967 } … … 1018 1018 1019 1019 /* Feed the bytes to the queue if there is room. */ 1020 // @todo:Send overrun code if sequence won't fit?1020 /// @todo Send overrun code if sequence won't fit? 1021 1021 ps2kInsertStrQueue((GeneriQ *)&pThis->keyQ, abCodes, 0); 1022 1022 } … … 1043 1043 } 1044 1044 /* Feed the bytes to the queue if there is room. */ 1045 // @todo:Send overrun code if sequence won't fit?1045 /// @todo Send overrun code if sequence won't fit? 1046 1046 ps2kInsertStrQueue((GeneriQ *)&pThis->keyQ, abCodes, 0); 1047 1047 }
Note:
See TracChangeset
for help on using the changeset viewer.