diff mbox series

ASUS ZenBook Q408UG keyboard not working

Message ID YRZ5a30XOKVjUWDG@fedora
State New
Headers show
Series ASUS ZenBook Q408UG keyboard not working | expand

Commit Message

Takuma Umeya Aug. 13, 2021, 1:53 p.m. UTC
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(-)

--

Appreciate your insights and suggestions, 
Takuma
diff mbox series

Patch

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.