I submitted normalized patches to Canonical Ubuntu in October for the
alps psmouse touchpad. The thread is long and confusing at
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/606238
Since then, I have maintained a psmouse dlkm that provides alps support
for a number of new systems, pri
While I'm thinking of it, in the my last alps driver dkms, I put in an
ACPI interface to uniquely detect the touchpad type. After spending a
good couple of days figuring out the ACPI spec and this mysterious _HID
(hardware id) and _CID (compatibility id) as it relates to how ALPS
identifies it
This device is the worst device I saw. It keeps TipSwitch and InRange
at 1 for fingers that are not touching the panel.
The solution is to rely on the field ContactCount, which is accurate
as the correct information are packed at the begining of the frame.
Unfortunately, CountactCount is most of t
tree: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
synaptics-rmi4
head: 6c8adf701fb9e00e16fd3aa330995c4863c4fd9a
commit: 6c8adf701fb9e00e16fd3aa330995c4863c4fd9a [25/25] Input: RMI4 - correct
a few function names to fix build
config: make ARCH=i386 allyesconfig
All warnings:
Hi Peter,
On Thu, Jan 24, 2013 at 12:44:29PM +0100, Peter Ujfalusi wrote:
> Hi Dmitry,
>
> On 01/14/2013 04:34 PM, Peter Ujfalusi wrote:
> > Hi Dmitry,
> >
> > Changes since v2:
> > - twl4030-vibra patches are left out (they have been applied)
> > - Do not use devm_input_allocate_device() in twl