vbox的更動 41569 路徑 trunk/src/VBox/Devices/Input/PS2K.cpp
- 時間撮記:
- 2012-6-4 下午05:00:31 (12 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Input/PS2K.cpp
r40593 r41569 692 692 period = (8 + A) * (1 << B) * 417 / 100; 693 693 pThis->uTypematicRepeat = period; 694 Log Rel(("Typematic delay %u ms, repeat period %u ms\n",694 Log(("Typematic delay %u ms, repeat period %u ms\n", 695 695 pThis->uTypematicDelay, pThis->uTypematicRepeat)); 696 696 } … … 849 849 850 850 /* Anything in the command queue has priority over data 851 * in the keystroke queue. Additionally, keystrokes are 852 * blocked if a command is currently in progress, even if 853 * the command queue is empty. 851 * in the keystroke queue. Additionally, keystrokes are 852 * blocked if a command is currently in progress, even if 853 * the command queue is empty. 854 854 */ 855 855 rc = PS2RemoveQueue((GeneriQ *)&pThis->cmdQ, pVal);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器