1. 20 5月, 2010 1 次提交
  2. 20 4月, 2010 1 次提交
    • T
      Input: Add support of Synaptics Clickpad device · 5f57d67d
      Takashi Iwai 提交于
      The new type of touchpads can be detected via a new query command
      0x0c. The clickpad flags are in cap[0]:4 and cap[1]:0 bits.
      
      When the device is detected, the driver now reports only the left
      button as the supported buttons so that X11 driver can detect that
      the device is Clickpad. A Clickpad device gives the button events
      only as the middle button. The kernel driver morphs to the left
      button. The real handling of Clickpad is done rather in X driver
      side.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      5f57d67d
  3. 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
  4. 04 12月, 2009 1 次提交
  5. 11 9月, 2009 1 次提交
  6. 20 6月, 2009 1 次提交
  7. 10 3月, 2007 1 次提交
  8. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4