1. 18 Feb, 2010 2 commits
  2. 08 Feb, 2010 1 commit
  3. 29 Jan, 2010 3 commits
  4. 28 Jan, 2010 1 commit
  5. 19 Jan, 2010 1 commit
  6. 13 Jan, 2010 2 commits
  7. 12 Jan, 2010 1 commit
  8. 11 Jan, 2010 1 commit
  9. 10 Jan, 2010 1 commit
  10. 07 Jan, 2010 1 commit
    • Daniel Drake's avatar
      Input: psmouse - fix Synaptics detection when protocol is disabled · e4e6efd2
      Daniel Drake authored
      For configurations where Synaptics hardware is present but the Synaptics
      extensions support is not compiled in, the mouse is reprobed and a new
      device is allocated on every suspend/resume.
      
      During probe, psmouse_switch_protocol() calls psmouse_extensions() with
      set_properties=1. This calls the dummy synaptics_init() which returns an
      error code, instructing us not to use the synaptics extensions.
      
      During resume, psmouse_reconnect() calls psmouse_extensions() with
      set_properties=0, in which case call to synaptics_init() is bypassed and
      PSMOUSE_SYNAPTICS is returned. Since the result is different from previous
      attempt psmouse_reconnect() fails and full re-probe happens.
      
      Fix this by tweaking the set_properties=0 codepath in psmouse_extensions()
      to be more careful about offering PSMOUSE_SYNAPTICS extensions.
      Signed-off-by: default avatarDaniel Drake <dsd@laptop.org>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      e4e6efd2
  11. 06 Jan, 2010 5 commits
  12. 02 Jan, 2010 1 commit
  13. 30 Dec, 2009 6 commits
  14. 25 Dec, 2009 7 commits
  15. 16 Dec, 2009 2 commits
  16. 15 Dec, 2009 5 commits