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?


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to