Hi list, My Asus ZenBook Q408UG's keyboard doesn't work on the coldboot, and wanted your suggestions on how to get around it. During the probe, i8042_wait_read() times out. The avg reps for my system is 13000 so below should do, but I wonder there could be a better approach to resolve this issue. --- drivers/input/serio/i8042.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/serio/i8042.h b/drivers/input/serio/i8042.h index 55381783dc82..591d0db73497 100644 --- a/drivers/input/serio/i8042.h +++ b/drivers/input/serio/i8042.h @@ -31,7 +31,7 @@ * to a non-existent mouse. */ -#define I8042_CTL_TIMEOUT 10000 +#define I8042_CTL_TIMEOUT 15000 /* * Return codes. -- Appreciate your insights and suggestions, Takuma