- >- if (~i8042_ctr & I8042_CTR_XLATE) >- i8042_direct = true; >- >-/* >* Set nontranslated mode for the kbd interface if requested by an option. >* After this the kbd interface becomes a simple serial in/out, like the aux >* interface is. We don't do this by default, since it can confuse notebook -- Dmitry -- To unsubscribe from this list: send the line 'unsubscribe linux-kernel' in the body of a message to More majordomo info at Please read the FAQ at Vojtech Pavlik 28.10.09 3:03. On Tue, Oct 27, 2009 at 10:43:10PM -0700, Dmitry Torokhov wrote: >Hi Dave, >>On Tue, Oct 27, 2009 at 01:34:04PM +0800, Dave Young wrote: >>>>Pressing somekey at early booting phase cause keyboard to be not usable >>(The hardware is DELL latitude e5400): Does early booting mean while the BIOS is coming up?