VirtualBox

Changeset 53322 in vbox


Ignore:
Timestamp:
Nov 13, 2014 12:50:36 PM (10 years ago)
Author:
vboxsync
Message:

PS2M: Fixed assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/PS2M.cpp

    r52128 r53322  
    540540
    541541#ifndef IN_RING3
    542     /* Reset and Set Default commands must be run in R3. */
    543     if (cmd == ACMD_RESET || cmd == ACMD_SET_DEFAULT)
     542    /* Reset, Enable, and Set Default commands must be run in R3. */
     543    if (cmd == ACMD_RESET || cmd == ACMD_ENABLE || cmd == ACMD_SET_DEFAULT)
    544544        return VINF_IOM_R3_IOPORT_WRITE;
    545545#endif
Note: See TracChangeset for help on using the changeset viewer.

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