Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix keyboard skipping 'o' on lemp11 #359

Closed
wants to merge 1 commit into from
Closed

Commits on May 30, 2023

  1. Fix keyboard skipping 'o' on lemp11

    ## Summary
    
    I had an issue on my Lemur Pro 11 where the keyboard was skipping the o when typing fast for every word that ended in "sion". 
    
    This issue is well documented in support ticket 123465 
    
    I played around with different debounce values. I don't fully understand the logic but when I disabled debouncing caused by ghost keys (see system76#58 (comment)) I got the occasional ghost key (eg 'version' comes out as 'vers5ion')
    
    The perfect compromise seems to be (from my tests) a low debounce value such as 3ms. Now I can type perfectly without ghost keys or missed keys.
    
    ## Resume from suspend issue 1
    I first tried flashing with the current master (82f091e) and resume from suspend broke: it worked normally most of the time but on some occasions the laptop didn't resume: upon attempting a resume, the screen remained off, LED solid green, no keyboard combos work and holding the power button didn't do anything either, I had to disconnect the battery.
    
    Then I went back to ef6ea32 - this time, the laptop did not suspend AT ALL.
    
    Then I went back to e032c5f and now the laptop seems to be functioning flawlessly.
    Ivshti authored May 30, 2023
    Configuration menu
    Copy the full SHA
    3d60022 View commit details
    Browse the repository at this point in the history