public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Roey Katz <roey@sdf.lonestar.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.9 & 2.6.10 unresponsive to keyboard upon bootup
Date: Fri, 7 Jan 2005 10:20:22 -0500	[thread overview]
Message-ID: <d120d50005010707204463492@mail.gmail.com> (raw)
In-Reply-To: <Pine.NEB.4.61.0501071336010.23626@sdf.lonestar.org>

Ok, so the timeouts are here even with good version. Hmm...

Ok, one thing is that in -bk3 I moved i8042 initialization earlier,
could you try reversing the fragment below (it is cut and paste so
patch won't work, you'll have to move that line manually). And touch
i8042.c to force rebuild.

If this does not work try disabling psmouse - does it help with the keyboard?

-- 
Dmitry

--- a/drivers/Makefile  2004-09-07 23:33:07 -07:00
+++ b/drivers/Makefile  2004-09-13 03:28:52 -07:00
@@ -16,6 +16,9 @@
 # char/ comes before serial/ etc so that the VT console is the boot-time
 # default.
 obj-y                          += char/
+# we also need input/serio early so serio bus is initialized by the time
+# serial drivers start registering their serio ports
+obj-$(CONFIG_SERIO)            += input/serio/
 obj-y                          += serial/
 obj-$(CONFIG_PARPORT)          += parport/
 obj-y                          += base/ block/ misc/ net/ media/
@@ -40,7 +43,6 @@
 obj-$(CONFIG_USB_GADGET)       += usb/gadget/
 obj-$(CONFIG_INPUT)            += input/
 obj-$(CONFIG_GAMEPORT)         += input/gameport/
-obj-$(CONFIG_SERIO)            += input/serio/
 obj-$(CONFIG_I2O)              += message/
 obj-$(CONFIG_I2C)              += i2c/
 obj-$(CONFIG_W1)               += w1/

  reply	other threads:[~2005-01-07 15:20 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-01  8:27 2.6.9 & 2.6.10 unresponsive to keyboard upon bootup Roey Katz
2005-01-01 21:31 ` Dmitry Torokhov
2005-01-02  6:28   ` Roey Katz
2005-01-02  6:52     ` Dmitry Torokhov
2005-01-02  6:59       ` Roey Katz
2005-01-03  2:53       ` Roey Katz
2005-01-03  3:06         ` Dmitry Torokhov
2005-01-03  5:37           ` Roey Katz
2005-01-03  6:23             ` Dmitry Torokhov
2005-01-03 13:21               ` Roey Katz
2005-01-03 16:35                 ` Dmitry Torokhov
2005-01-03 16:54                   ` Roey Katz
2005-01-04  5:49                   ` Roey Katz
2005-01-04  6:17                     ` Dmitry Torokhov
2005-01-04  6:26                       ` Roey Katz
2005-01-06  4:16                       ` Dmitry Torokhov
2005-01-06  4:29                         ` Roey Katz
2005-01-07  4:06                         ` Roey Katz
2005-01-07  5:45                           ` Dmitry Torokhov
2005-01-07 13:37                             ` Roey Katz
2005-01-07 15:20                               ` Dmitry Torokhov [this message]
2005-01-09  5:14                                 ` Roey Katz
2005-01-09  5:35                                   ` Dmitry Torokhov
2005-01-09 14:24                                     ` Roey Katz
2005-01-09 16:02                                       ` Dmitry Torokhov
2005-01-10  1:09                                         ` Roey Katz
2005-01-11  7:39                                           ` Dmitry Torokhov
2005-01-13  3:19                                             ` Roey Katz
2005-01-13  3:42                                               ` Dmitry Torokhov
2005-01-14 23:06                                                 ` Matthew Harrell
2005-01-15  0:29                                                   ` Matthew Harrell
2005-01-15  1:31                                                   ` Dmitry Torokhov
2005-01-15  2:28                                                     ` Matthew Harrell
2005-01-15  2:58                                                     ` Matthew Harrell
2005-01-15  3:57                                                       ` Dmitry Torokhov
2005-01-17 19:56                                                     ` Vojtech Pavlik
2005-01-17 19:58                                                       ` Matthew Harrell
2005-01-17 20:03                                                         ` Vojtech Pavlik
2005-01-15  7:23                                                 ` Roey Katz
2005-02-12 17:50                                                 ` Roey Katz
2005-02-13  6:45                                                   ` Dmitry Torokhov
2005-03-03 13:26                                                     ` Roey Katz
2005-01-03  3:03       ` Roey Katz
  -- strict thread matches above, loose matches on Subject: below --
2005-01-15 11:05 Marco Cipullo
2005-01-15 17:42 ` Dmitry Torokhov
2005-01-15 18:02   ` marco

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=d120d50005010707204463492@mail.gmail.com \
    --to=dmitry.torokhov@gmail.com \
    --cc=dtor_core@ameritech.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=roey@sdf.lonestar.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox