All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takuma Umeya <umeyatakuma@gmail.com>
To: linux-input <linux-input@vger.kernel.org>
Subject: ASUS ZenBook Q408UG keyboard not working
Date: Fri, 13 Aug 2021 09:53:47 -0400	[thread overview]
Message-ID: <YRZ5a30XOKVjUWDG@fedora> (raw)

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 

                 reply	other threads:[~2021-08-13 13:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YRZ5a30XOKVjUWDG@fedora \
    --to=umeyatakuma@gmail.com \
    --cc=linux-input@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.