1. 20 Nov, 2009 1 commit
  2. 11 Sep, 2009 1 commit
  3. 05 Aug, 2009 1 commit
    • Paul Fox's avatar
      Input: hgpk - forced recalibration for the OLPC touchpad · c46dd1eb
      Paul Fox authored
      
      The OLPC XO laptop incorporates a combination touchpad/tablet device
      which unfortunately requires frequent recalibration.  The driver will
      force this automatically when various suspicious behaviors are
      observed, and the user can recalibrate manually (with a special
      keyboard sequence). There's currently no way, however, for an external
      program to cause recalibration. We can not use the reconnect
      capability which is already available in /sys because full reset of
      the touchpad takes 1.1 - 1.2 secons which is too long.
      
      This patch creates a new node in /sys which, when written with '1',
      will force a touchpad recalibration; no other writes (or reads)
      of this node are supported.
      Signed-off-by: default avatarPaul Fox <pgf@laptop.org>
      Acked-by: default avatarAndres Salomon <dilinger@collabora.co.uk>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      c46dd1eb
  4. 03 Apr, 2009 1 commit
  5. 28 Feb, 2009 1 commit
  6. 20 Dec, 2008 1 commit
  7. 11 Nov, 2008 1 commit
  8. 21 Sep, 2008 1 commit
    • Andres Salomon's avatar
      Input: psmouse - add OLPC touchpad driver · df08ef27
      Andres Salomon authored
      
      This adds support for OLPC's touchpad.  It has lots of neat features,
      none of which are enabled because the hardware is too buggy.  Instead,
      we use it like a normal touchpad, but with a number of workarounds in
      place to deal with the frequent hardware spasms.  Humidity changes,
      sweat, tinfoil underwear, plugging in AC, drinks, evil felines.. All
      tend to cause the touchpad to freak out.
      Signed-off-by: default avatarAndres Salomon <dilinger@debian.org>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      df08ef27