VirtualBox

忽略:
時間撮記:
2007-12-17 上午11:16:43 (17 年 以前)
作者:
vboxsync
訊息:

Implemented 8042 command E0h, read test inputs.

檔案:
修改 1 筆資料

圖例:

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

    r5999 r6102  
    104104#define KBD_CCMD_DISABLE_A20    0xDD    /* HP vectra only ? */
    105105#define KBD_CCMD_ENABLE_A20     0xDF    /* HP vectra only ? */
     106#define KBD_CCMD_READ_TSTINP    0xE0    /* Read test inputs T0, T1 */
    106107#define KBD_CCMD_RESET          0xFE
    107108
     
    486487        break;
    487488#endif
     489    case KBD_CCMD_READ_TSTINP:
     490        /* Keyboard clock line is zero IFF keyboard is disabled */
     491        val = (s->mode & KBD_MODE_DISABLE_KBD) ? 0 : 1;
     492        kbd_queue(s, val, 0);
     493        break;
    488494    case KBD_CCMD_RESET:
    489495#ifndef VBOX
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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