- Timestamp:
- Feb 2, 2012 10:15:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/PS2K.cpp
r39973 r39975 141 141 KBD_TMS_IDLE = 0, /* No typematic key active. */ 142 142 KBD_TMS_DELAY = 1, /* In the initial delay period. */ 143 KBD_TMS_REPEAT = 2 /* Key repeating at set rate. */ 143 KBD_TMS_REPEAT = 2, /* Key repeating at set rate. */ 144 KBD_TMS_32BIT_HACK = 0x7fffffff 144 145 } tmatic_state_t; 145 146
Note:
See TracChangeset
for help on using the changeset viewer.