• Linus Torvalds's avatar
    Fix keyboard double E0-sequence release case · 96baeca0
    Linus Torvalds authored
    From Andries Brouwer <aebr@win.tue.nl>: we discard the double
    release keypress, but we did it without clearing the "last byte
    was E0" flag. So the next byte in the input stream would get
    corrupted.
    96baeca0
i8042.c 20.5 KB