[PATCH 0/2] Input: i8042 - add additional TUXEDO devices to i8042 quirk tables

From: Werner Sembach
Date: Fri Jul 08 2022 - 12:10:23 EST


Some additional devices needing i8042 quirks for the keyboard to reliably
work after boot and suspend. The first patch are some older devices I found
needing the quirks in our install routine.

The second patch are two devices that I purposly seperated in an own patch,
because it is not clear cut if these should be applied or not:
They need the quirks for the keyboard to not be completly dead by chance
after suspend. However setting the quirk causes the keyboard to lag for the
first few seconds after every boot and sometimes also a little bit after
resume, giving double inputs or missing keystrokes. However this very
quickly goes away again.
Imho the lag issue is less severe then an occasionally completly dead
keyboard. However I'm interested in other opinions. A counter argument is
that the quirks can always be set via boot parameter, but not unset when
they are part of the quirk list.