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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 13 Nov 2015 16:55:37 -0800
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: [git pull] Input updates for 4.4-rc0 (round 2)

Hi Linus,

Please pull from:

	git://git.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
tsc2005 driver that allows it to support tsc2004 (basically the same
controller, but uses i2c instead of spi bus), and a couple of bug fixes.

Note that there will be a minor conflict in
drivers/input/touchscreen/tsc2005.c due to the recently merged change
removing setting of owner in SPI drivers.

Changelog:
---------

Geert Uytterhoeven (1):
      Input: parkbd - drop bogus __init from parkbd_allocate_serio()

Michael Welling (3):
      Input: tsc2005 - separate SPI and core functions
      Input: tsc200x-core - rename functions and variables
      Input: tsc2004 - add support for tsc2004

Takashi Iwai (1):
      Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled


Diffstat:
--------

 .../bindings/input/touchscreen/tsc2005.txt         |  34 +-
 drivers/input/mouse/elantech.c                     |   7 +
 drivers/input/serio/parkbd.c                       |   2 +-
 drivers/input/touchscreen/Kconfig                  |  17 +
 drivers/input/touchscreen/Makefile                 |   2 +
 drivers/input/touchscreen/tsc2004.c                |  83 +++
 drivers/input/touchscreen/tsc2005.c                | 714 +--------------------
 drivers/input/touchscreen/tsc200x-core.c           | 665 +++++++++++++++++++
 drivers/input/touchscreen/tsc200x-core.h           |  78 +++
 9 files changed, 899 insertions(+), 703 deletions(-)
 create mode 100644 drivers/input/touchscreen/tsc2004.c
 create mode 100644 drivers/input/touchscreen/tsc200x-core.c
 create mode 100644 drivers/input/touchscreen/tsc200x-core.h

-- 
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