Date: Sun, 9 Jan 2005 00:35:02 -0500-
From: Dmitry Torokhov <dtor_core@xxxxxxxxxxxxx>
To: linux-kernel@xxxxxxxxxxxxxxx
Cc: Roey Katz <roey@xxxxxxxxxxxxxxxx>
Subject: Re: 2.6.9 & 2.6.10 unresponsive to keyboard upon bootup
On Sunday 09 January 2005 12:14 am, Roey Katz wrote:Dmitry,
maybe I'm misunderstanding you; how should the file look like once I
modify it with your changes (what does "reversing the fragment" mean
here)?
Now that I am at my box, just try applying the patch below.
--
Dmitry
===== drivers/Makefile 1.50 vs edited =====
--- 1.50/drivers/Makefile 2004-12-01 01:00:21 -05:00
+++ edited/drivers/Makefile 2005-01-09 00:33:32 -05:00
@@ -21,9 +21,6 @@
obj-$(CONFIG_FB_I810) += video/i810/
obj-$(CONFIG_FB_INTEL) += video/intelfb/
-# 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/
@@ -46,6 +43,7 @@
obj-$(CONFIG_TC) += tc/
obj-$(CONFIG_USB) += usb/
obj-$(CONFIG_USB_GADGET) += usb/gadget/
+obj-$(CONFIG_SERIO) += input/serio/
obj-$(CONFIG_INPUT) += input/
obj-$(CONFIG_GAMEPORT) += input/gameport/
obj-$(CONFIG_I2O) += message/