linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Nieder <jrnieder@gmail.com>
To: Nicola Alessi <nialessi@gmx.com>
Cc: linux-input@vger.kernel.org, jj_ding@emc.com.tw
Subject: Re: Elantech touchpad detected as Logitech PS2 Wheel Mouse
Date: Sun, 20 May 2012 14:20:52 -0500	[thread overview]
Message-ID: <20120520192052.GA3959@burratino> (raw)
In-Reply-To: <4FB939B5.4000309@gmx.com>

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>

  reply	other threads:[~2012-05-20 19:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-20 18:36 Elantech touchpad detected as Logitech PS2 Wheel Mouse Nicola Alessi
2012-05-20 19:20 ` Jonathan Nieder [this message]
2012-05-20 20:18   ` Nicola Alessi
2012-05-21  5:23     ` Jonathan Nieder
2012-05-21  7:56       ` JJ Ding
2012-05-21  8:28         ` Jonathan Nieder
2012-05-21 13:45           ` Nicola Alessi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120520192052.GA3959@burratino \
    --to=jrnieder@gmail.com \
    --cc=jj_ding@emc.com.tw \
    --cc=linux-input@vger.kernel.org \
    --cc=nialessi@gmx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).