VirtualBox

Changeset 34371 in vbox for trunk


Ignore:
Timestamp:
Nov 25, 2010 2:12:51 PM (14 years ago)
Author:
vboxsync
Message:

DevPS2: Removed code identified as incorrect in comment. I canot see where it helps, only what it breaks.

File:
1 edited

Legend:

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

    r33928 r34371  
    282282
    283283/* update irq and KBD_STAT_[MOUSE_]OBF */
    284 /* XXX: not generating the irqs if KBD_MODE_DISABLE_KBD is set may be
    285    incorrect, but it avoids having to simulate exact delays */
    286284static void kbd_update_irq(KBDState *s)
    287285{
     
    319317        else
    320318        {   /* KBD_STAT_OBF set but KBD_STAT_MOUSE_OBF isn't. */
    321             if ((s->mode & KBD_MODE_KBD_INT) && !(s->mode & KBD_MODE_DISABLE_KBD))
     319            if (s->mode & KBD_MODE_KBD_INT)
    322320                irq1_level = 1;
    323321        }
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