public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Early keyboard initialization?
@ 2006-10-06 20:42 Samuel Thibault
  2006-10-08  1:58 ` Dmitry Torokhov
  0 siblings, 1 reply; 8+ messages in thread
From: Samuel Thibault @ 2006-10-06 20:42 UTC (permalink / raw)
  To: linux-kernel

Hi,

Is there any reason for initializing the input layer and keyboards so
late?  Since prevents from being able to perform alt-sysrqs early, and
blind people who use speakup would like to get early control over the
speech.  Here is the patch that they use.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

--- /usr/src/linux-2.6.18/drivers/Makefile.orig	2006-10-06 11:34:15.000000000 -0400
+++ drivers/Makefile	2006-10-06 11:34:15.000000000 -0400
@@ -27,6 +27,9 @@
 
 obj-y				+= serial/
 obj-$(CONFIG_PARPORT)		+= parport/
+obj-$(CONFIG_SERIO)		+= input/serio/
+obj-$(CONFIG_GAMEPORT)		+= input/gameport/
+obj-$(CONFIG_INPUT)		+= input/
 obj-y				+= base/ block/ misc/ mfd/ net/ media/
 obj-$(CONFIG_NUBUS)		+= nubus/
 obj-$(CONFIG_ATM)		+= atm/
@@ -50,9 +53,6 @@
 obj-$(CONFIG_USB)		+= usb/
 obj-$(CONFIG_PCI)		+= usb/
 obj-$(CONFIG_USB_GADGET)	+= usb/gadget/
-obj-$(CONFIG_SERIO)		+= input/serio/
-obj-$(CONFIG_GAMEPORT)		+= input/gameport/
-obj-$(CONFIG_INPUT)		+= input/
 obj-$(CONFIG_I2O)		+= message/
 obj-$(CONFIG_RTC_LIB)		+= rtc/
 obj-$(CONFIG_I2C)		+= i2c/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-10-12  8:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-06 20:42 Early keyboard initialization? Samuel Thibault
2006-10-08  1:58 ` Dmitry Torokhov
2006-10-11 20:08   ` Andrew Morton
2006-10-11 20:16     ` Dmitry Torokhov
2006-10-11 20:30     ` Randy Dunlap
2006-10-11 23:13     ` Greg KH
2006-10-12  7:41   ` Giuseppe Bilotta
2006-10-12  8:10     ` Jan Engelhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox