1. 06 1月, 2010 1 次提交
  2. 30 12月, 2009 1 次提交
  3. 20 11月, 2009 1 次提交
  4. 11 9月, 2009 1 次提交
  5. 05 8月, 2009 1 次提交
    • P
      Input: hgpk - forced recalibration for the OLPC touchpad · c46dd1eb
      Paul Fox 提交于
      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: NPaul Fox <pgf@laptop.org>
      Acked-by: NAndres Salomon <dilinger@collabora.co.uk>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      c46dd1eb
  6. 03 4月, 2009 1 次提交
  7. 01 3月, 2009 1 次提交
  8. 20 12月, 2008 1 次提交
  9. 12 11月, 2008 1 次提交
  10. 22 9月, 2008 1 次提交
    • A
      Input: psmouse - add OLPC touchpad driver · df08ef27
      Andres Salomon 提交于
      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: NAndres Salomon <dilinger@debian.org>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      df08ef27