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>] [day] [month] [year] [list]
Date:	Fri, 31 Oct 2014 16:48:39 -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,
	Jiri Kosina <jkosina@...e.cz>
Subject: [git pull] Input updates for 3.18-rc0

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 a bunch of
fixes for minor defects reported by Coverity, a few driver fixups and
revert of i8042.nomux change so that we are once again enable active MUX
mode if box claims to support it.

Changelog:
---------

Alexandre Courbot (1):
      Input: soc_button_array - update calls to gpiod_get*()

Dmitry Eremin-Solenikov (1):
      Input: wm97xx - adapt parameters to tosa touchscreen.

Dmitry Torokhov (6):
      Input: opencores-kbd - fix error handling
      Input: ims-pcu - fix dead code in ims_pcu_ofn_reg_addr_store()
      Input: vsxxxaa - fix code dropping bytes from queue
      Input: psmouse - remove unneeded check in psmouse_reconnect()
      Input: max77693-haptic - fix potential overflow
      Revert "Input: i8042 - disable active multiplexing by default"

Hans de Goede (1):
      Input: i8042 - quirks for Fujitsu Lifebook A544 and Lifebook AH544

Linus Walleij (1):
      Input: stmpe-keypad - fix valid key line bitmask

Tobias Klauser (2):
      Input: altera_ps2 - write to correct register when disabling interrupts
      Input: altera_ps2 - use correct type for irq return value


Diffstat:
--------

 Documentation/kernel-parameters.txt     |   2 +-
 drivers/input/keyboard/opencores-kbd.c  |   2 +-
 drivers/input/keyboard/stmpe-keypad.c   |   2 +-
 drivers/input/misc/ims-pcu.c            |   2 +-
 drivers/input/misc/max77693-haptic.c    |   5 +-
 drivers/input/misc/soc_button_array.c   |   2 +-
 drivers/input/mouse/psmouse-base.c      |   7 -
 drivers/input/mouse/vsxxxaa.c           |   2 +-
 drivers/input/serio/altera_ps2.c        |   4 +-
 drivers/input/serio/i8042-x86ia64io.h   | 297 +++++++++++++++++++++++++++++++-
 drivers/input/serio/i8042.c             |   2 +-
 drivers/input/touchscreen/wm97xx-core.c |   4 +-
 12 files changed, 302 insertions(+), 29 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