10 Sep, 2011

3 commits


17 May, 2011

1 commit

  • For some Dell laptops, Ubuntu had a special version of the elantech
    driver with more knowledge on the devices. It can be found there:
    http://zinc.ubuntu.com/git?p=mid-team/hardy-netbook.git;a=blob;f=drivers/input/mouse/elantech.c;h=d0e2cafed162428f72e3654f4dda85e08ea486b3;hb=refs/heads/abi-22

    By inspecting the source code, and doing some test on a real hardware, I
    have completed the protocol specification (especially for the 6 bytes
    protocol). It also adds information about the mapping between the
    version reported by the device and the protocol to use.

    Signed-off-by: Éric Piel
    Reviewed-by: Henrik Rydberg
    Signed-off-by: Dmitry Torokhov

    Éric Piel
     

04 May, 2010

1 commit


17 Oct, 2008

1 commit

  • This is version 5 of the driver. Relative mode support has been
    dropped (users wishing to use touchpad in relative mode can use
    standard PS/2 protocol emulation done in hardware). The driver
    supports both original version of Elantech protocol and the newer
    one used by touchpads installed in EeePC.

    Signed-off-by: Arjan Opmeer
    Signed-off-by: Dmitry Torokhov

    Arjan Opmeer