2010-08-06 20:32:10

by Leeder, Neil

[permalink] [raw]
Subject: [PATCH 0/1] mouse: add qci touchpad driver

This is an update of the driver that Quanta posted here a few days ago.
Quanta wrote the original version of the driver and I am picking up
maintenance for code aurora forum.

I've addressed the review comments. The only one that's outstanding is
the use of the sensitivity value. I don't see an easy way that userspace
would be able to apply the sensitivity scaling between the driver and
say xorg, so for now I've left it in the driver, but I'd welcome any
suggestions for improvement.

--
Neil
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.


2010-08-06 20:44:22

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH 0/1] mouse: add qci touchpad driver

On Friday, August 06, 2010 01:31:57 pm Neil Leeder wrote:
> This is an update of the driver that Quanta posted here a few days ago.
> Quanta wrote the original version of the driver and I am picking up
> maintenance for code aurora forum.
>
> I've addressed the review comments. The only one that's outstanding is
> the use of the sensitivity value. I don't see an easy way that userspace
> would be able to apply the sensitivity scaling between the driver and
> say xorg, so for now I've left it in the driver, but I'd welcome any
> suggestions for improvement.
>

Doesn't "xset mouse" do what you want?

--
Dmitry

2010-08-06 21:37:35

by Leeder, Neil

[permalink] [raw]
Subject: Re: [PATCH 0/1] mouse: add qci touchpad driver

On 8/6/2010 4:44 PM, Dmitry Torokhov wrote:
>
> Doesn't "xset mouse" do what you want?
>

Yes, I believe it does. I'll resubmit the patch with the scaling removed
- thanks.

--
Neil
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.