VirtualBox

Changeset 38376 in vbox


Ignore:
Timestamp:
Aug 9, 2011 11:58:57 AM (13 years ago)
Author:
vboxsync
Message:

Drain more keys (Ctrl-Alt-Del generates more than bytes for key up). This whole routine is wrong anyway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/rombios.c

    r38263 r38376  
    18411841
    18421842    /* flush incoming keys */
    1843     max=4;
     1843    max=8;
    18441844    while (--max > 0) {
    18451845        outb(0x80, 0x00);
    18461846        if (inb(0x64) & 0x01) {
    18471847            inb(0x60);
    1848             max = 4;
     1848            max = 8;
    18491849            }
    18501850        }
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