1. 29 1月, 2010 2 次提交
  2. 28 1月, 2010 1 次提交
  3. 19 1月, 2010 1 次提交
  4. 13 1月, 2010 3 次提交
  5. 11 1月, 2010 1 次提交
  6. 10 1月, 2010 1 次提交
  7. 07 1月, 2010 1 次提交
    • D
      Input: psmouse - fix Synaptics detection when protocol is disabled · e4e6efd2
      Daniel Drake 提交于
      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: NDaniel Drake <dsd@laptop.org>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      e4e6efd2
  8. 06 1月, 2010 5 次提交
  9. 02 1月, 2010 1 次提交
  10. 31 12月, 2009 1 次提交
  11. 30 12月, 2009 5 次提交
  12. 25 12月, 2009 7 次提交
  13. 16 12月, 2009 6 次提交
  14. 15 12月, 2009 5 次提交