22 Feb, 2013

1 commit

  • These touchpads use a different protocol; they have been seen on Dell
    N5110, Dell 17R SE, and others.

    The official ALPS driver identifies them by looking for an exact match
    on the E7 report: 73 03 50. Dolphin V1 returns an EC report of
    73 01 xx (02 and 0d have been seen); Dolphin V2 returns an EC report of
    73 02 xx (02 has been seen).

    Dolphin V2 probably needs a different initialization sequence and/or
    report parser, so it is left for a future commit.

    Signed-off-by: Dave Turvene
    Signed-off-by: Kevin Cernekee
    Signed-off-by: Dmitry Torokhov

    Dave Turvene
     

15 Feb, 2013

6 commits


11 May, 2012

1 commit

  • This patch adds semi-MT support for ALPS v4 protocol touchpads.
    It is based on the work by Seth Forshee for ALPS v3 and v4 protocol
    support. Three packets are required to assemble and process the MT
    data. ST events are reported at once to avoid latency. If there
    were two contacts or more, report MT data instead of ST events.

    Thanks to Seth Forshee for providing most of the code, guidance
    and insight for producing this patch.

    Signed-off-by: George Pantalos
    Acked-by: Seth Forshee
    Signed-off-by: Dmitry Torokhov

    George Pantalos
     

08 Nov, 2011

3 commits


16 Dec, 2009

1 commit

  • Properly handle version of the protocol where standard PS/2 packets
    from trackpoint are stuffed into middle (byte 3-6) of the standard
    ALPS packets when both the touchpad and trackpoint are used together.

    The patch is based on work done by Matthew Chapman and additional
    research done by David Kubicek and Erik Osterholm:

    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/296610

    Many thanks to David Kubicek for his efforts in researching fine points
    of this new version of the protocol, especially interaction between pad
    and stick in these models.

    Signed-off-by: Sebastian Kapfer
    Signed-off-by: Dmitry Torokhov

    Sebastian Kapfer
     

11 Sep, 2009

1 commit


12 Apr, 2007

1 commit


10 Mar, 2007

1 commit


11 Sep, 2006

1 commit


29 Oct, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds