1. 16 2月, 2015 16 次提交
  2. 14 2月, 2015 1 次提交
  3. 12 2月, 2015 2 次提交
  4. 11 2月, 2015 1 次提交
  5. 07 2月, 2015 1 次提交
  6. 06 2月, 2015 1 次提交
  7. 05 2月, 2015 1 次提交
  8. 04 2月, 2015 6 次提交
  9. 02 2月, 2015 5 次提交
  10. 27 1月, 2015 3 次提交
  11. 24 1月, 2015 1 次提交
  12. 23 1月, 2015 2 次提交
    • D
      Input: elantech - remove stale comment from Kconfig · e719963c
      Dmitry Torokhov 提交于
      The fixes to the X.org driver have been applied long time ago and
      the patch on kernel.org has long since gone so let's remove the
      comment.
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      e719963c
    • J
      Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857) · 1d90d6d5
      Jochen Hein 提交于
      Without this the aux port does not get detected, and consequently the touchpad
      will not work.
      
      With this patch the touchpad is detected:
      
      $ dmesg | grep -E "(SYN|i8042|serio)"
      pnp 00:03: Plug and Play ACPI device, IDs SYN1d22 PNP0f13 (active)
      i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
      serio: i8042 KBD port at 0x60,0x64 irq 1
      serio: i8042 AUX port at 0x60,0x64 irq 12
      input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
      psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800, board id: 2863, fw id: 1473085
      input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
      
      dmidecode excerpt for this laptop is:
      
      Handle 0x0001, DMI type 1, 27 bytes
      System Information
              Manufacturer: Medion
              Product Name: Akoya E7225
              Version: 1.0
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NJochen Hein <jochen@jochen.org>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      1d90d6d5