vbox的更動 40367 路徑 trunk/src/VBox/Devices/Input/PS2K.cpp
- 時間撮記:
- 2012-3-5 下午10:36:38 (13 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Input/PS2K.cpp
r40364 r40367 841 841 842 842 /* Anything in the command queue has priority over data 843 * in the keystroke queue. 843 * in the keystroke queue. Additionally, keystrokes are 844 * blocked if a command is currently in progress, even if 845 * the command queue is empty. 844 846 */ 845 847 rc = PS2RemoveQueue((GeneriQ *)&pThis->cmdQ, pVal); 846 if (rc != VINF_SUCCESS && pThis->fScanning)848 if (rc != VINF_SUCCESS && !pThis->u8CurrCmd && pThis->fScanning) 847 849 rc = PS2RemoveQueue((GeneriQ *)&pThis->keyQ, pVal); 848 850
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器