[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#622231: xserver-xorg-input-synaptics: synaptics driver not always used



Vincent Lefevre wrote:
> On 2013-01-09 23:01:16 -0800, Jonathan Nieder wrote:

>> Please add "i8042.i8042_debug=1" to the kernel command line and
>> confirm that your kernel log is filled with noise.
>
> This doesn't change anything.

Odd.  Any idea why

 #define dbg(format, arg...)							\
	do {									\
		if (i8042_debug)						\
			printk(KERN_DEBUG KBUILD_MODNAME ": [%d] " format,	\
			       (int) (jiffies - i8042_start_time), ##arg);	\

from drivers/input/serio/i8042.h (called for example by __i8042_command) is not
being triggered?


Reply to: