From: Neil Leeder <nleeder@codeaurora.org>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Stepan Moskovchenko <stepanm@codeaurora.org>,
linux-input@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-kernel@vger.kernel.org, Horace Fu <horace.fu@quantatw.com>,
Mandeep Singh Baines <msb@chromium.org>,
Trilok Soni <tsoni@codeaurora.org>
Subject: Re: [PATCH v2] input: mouse: add qci touchpad driver
Date: Tue, 17 Aug 2010 13:14:59 -0400 [thread overview]
Message-ID: <4C6AC393.8000109@codeaurora.org> (raw)
In-Reply-To: <201008131754.49488.dmitry.torokhov@gmail.com>
On 8/13/2010 8:54 PM, Dmitry Torokhov wrote:
> Also it is not a simple coincidence that to enable device you send 0xf4
> to it (which is PSMOUSE_CMD_ENABLE - standard PS/2 command). This tends
> to suggest that interface is not actually hidden and that the device
> (touchpad) could be replaced with other kinds of devices.
>
> Anyway, please try the driver (you may need to hardcode the IRQ trigger
> type for now) and see if psmouse is able to talk to the touchpad. If it
> is then serio is the proper solution.
Dmitri,
I fixed one line in the wpce775x_serio driver which looked like a typo -
hope I got that right:
for (i = 0; i < count; i++)
- serio_interrupt(ps2if->serio, ps2if->data_in[1], 0);
+ serio_interrupt(ps2if->serio, ps2if->data_in[i], 0);
}
I tried running with psmouse but it didn't work. The touchpad was never
detected as a synaptics touchpad. I looked at the dataflow from the
device and it wasn't responding to the commands that synaptics_detect()
was sending it. It eventually showed up as an unknown logitech mouse. I
can see data being passed through the serio driver but the logitech
driver can't process it.
--
Neil
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
next prev parent reply other threads:[~2010-08-17 17:15 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-12 16:49 [PATCH v2] input: mouse: add qci touchpad driver Neil Leeder
2010-08-12 17:25 ` Stepan Moskovchenko
2010-08-12 17:58 ` Neil Leeder
2010-08-13 2:49 ` Dmitry Torokhov
2010-08-13 21:56 ` Neil Leeder
2010-08-14 0:54 ` Dmitry Torokhov
2010-08-17 17:14 ` Neil Leeder [this message]
2010-08-17 18:05 ` Dmitry Torokhov
2010-08-18 21:38 ` Neil Leeder
2010-08-19 5:33 ` Dmitry Torokhov
2010-08-19 22:19 ` Neil Leeder
2010-08-19 23:35 ` Matthew Garrett
2010-08-20 19:16 ` Neil Leeder
2010-08-25 18:26 ` Neil Leeder
2010-08-26 14:49 ` Dmitry Torokhov
2010-08-26 21:00 ` Neil Leeder
2010-08-13 8:36 ` Datta, Shubhrajyoti
2010-08-13 9:34 ` Trilok Soni
2010-08-26 18:45 ` Neil Leeder
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=4C6AC393.8000109@codeaurora.org \
--to=nleeder@codeaurora.org \
--cc=dmitry.torokhov@gmail.com \
--cc=horace.fu@quantatw.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=msb@chromium.org \
--cc=stepanm@codeaurora.org \
--cc=tsoni@codeaurora.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.