All of lore.kernel.org
 help / color / mirror / Atom feed
* ASUS ZenBook Q408UG keyboard not working
@ 2021-08-13 13:53 Takuma Umeya
  0 siblings, 0 replies; only message in thread
From: Takuma Umeya @ 2021-08-13 13:53 UTC (permalink / raw)
  To: linux-input

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 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-13 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13 13:53 ASUS ZenBook Q408UG keyboard not working Takuma Umeya

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.