Nicola Alessi wrote: > While I'm expecting the kernel to correctly detect my touchpad, it's > detected as a mouse. No scrolling, no multitouch. > Below there's a snippet of my /proc/bus/input/devices: Kernel log: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=15;filename=dmesg.txt;att=3;bug=673588 [...] > The notebook I'm using is a Fujitsu Siemens Amilo pi2515. > I also tried kernel version 3.3.6 with same results. Can you get a log with the following patch applied? Thanks, Jonathan diff --git i/drivers/input/mouse/elantech.c w/drivers/input/mouse/elantech.c index d2c0db159b18..a1d59e11e2d3 100644 --- i/drivers/input/mouse/elantech.c +++ w/drivers/input/mouse/elantech.c @@ -10,6 +10,7 @@ * Trademarks are the property of their respective owners. */ +#define DEBUG #include <linux/delay.h> #include <linux/slab.h> #include <linux/module.h> -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html