lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 10 Sep 2014 14:04:14 -0700
From:	Dmitry Torokhov <dmitry.torokhov@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: Re: [git pull] Input updates for 3.17-rc4

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
or
	master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus

to receive updates for the input subsystem. You will get an update to
Synaptics PS/2 driver to handle "ForcePads" (currently found in HP
EliteBook 1040 laptops), a change for Elan PS/2 driver to detect newer
touchpads, bunch of devices get annotated as Trackpoint and/or Pointer
to help userspace classify and handle them, plus assorted driver fixes.

Changelog:
---------

Dmitry Torokhov (1):
      Input: synaptics - add support for ForcePads

Hans de Goede (3):
      Input: elantech - fix detection of touchpad on ASUS s301l
      Input: add INPUT_PROP_POINTING_STICK property
      Input: add missing POINTER / DIRECT properties to a bunch of drivers

John Sung (1):
      Input: serport - add compat handling for SPIOCSTYPE ioctl

Klaus Goger (1):
      Input: cap1106 - fix register definition

Lothar Waßmann (1):
      Input: matrix_keypad - use request_any_context_irq()

Masanari Iida (1):
      Input: wm971x - fix typo in module parameter description

Nick Dyer (1):
      Input: atmel_mxt_ts - downgrade warning about empty interrupts

Stephen Warren (1):
      Input: atmel_mxt_ts - fix double free of input device


Diffstat:
--------

 drivers/input/keyboard/cap1106.c         |  4 +-
 drivers/input/keyboard/matrix_keypad.c   |  9 +++--
 drivers/input/mouse/alps.c               |  4 ++
 drivers/input/mouse/elantech.c           | 11 ++++++
 drivers/input/mouse/psmouse-base.c       |  2 +
 drivers/input/mouse/synaptics.c          | 68 ++++++++++++++++++++++++--------
 drivers/input/mouse/synaptics.h          | 11 ++++++
 drivers/input/mouse/synaptics_usb.c      |  6 +++
 drivers/input/mouse/trackpoint.c         |  3 ++
 drivers/input/serio/serport.c            | 45 +++++++++++++++++----
 drivers/input/touchscreen/atmel_mxt_ts.c | 25 +++++++++---
 drivers/input/touchscreen/wm9712.c       |  2 +-
 drivers/input/touchscreen/wm9713.c       |  2 +-
 include/uapi/linux/input.h               |  1 +
 14 files changed, 156 insertions(+), 37 deletions(-)

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ