Comment 32 for bug 990260

Revision history for this message
In , kernel-bugzilla.3.atliang (kernel-bugzilla.3.atliang-linux-kernel-bugs) wrote :

(In reply to comment #16)
> Hmm...
> I`m build kernel, install it, reboot to it, but I don`t have a message in
> dmesg!
[...]
> My redacted drivers/input/mouse/sentelic.c pasted to
> http://paste.ubuntu.com/973790/

  You'll have to put DEBUG & FSP_DEBUG before various #include lines, something like:

#define DEBUG
#define FSP_DEBUG
/*-
 * Finger Sensing Pad PS/2 mouse driver.
 *
 ...