VirtualBox

忽略:
時間撮記:
2012-3-5 下午10:36:38 (13 年 以前)
作者:
vboxsync
訊息:

In-progress command blocks keyboard input.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Input/PS2K.cpp

    r40364 r40367  
    841841
    842842    /* 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.
    844846     */
    845847    rc = PS2RemoveQueue((GeneriQ *)&pThis->cmdQ, pVal);
    846     if (rc != VINF_SUCCESS && pThis->fScanning)
     848    if (rc != VINF_SUCCESS && !pThis->u8CurrCmd && pThis->fScanning)
    847849        rc = PS2RemoveQueue((GeneriQ *)&pThis->keyQ, pVal);
    848850
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette