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-next>] [day] [month] [year] [list]
Message-ID: <20200215232955.GA107886@dtor-ws>
Date:   Sat, 15 Feb 2020 15:29:55 -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 v5.6-rc1

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:

- a few drivers have been updated to use flexible-array syntax instead
  of GCC extension
- ili210x touchscreen driver now supports the 2120 protocol flavor
- a couple more of Synaptics devices have been switched over to RMI4

Changelog:
---------

Benjamin Tissoires (1):
      Input: synaptics - remove the LEN0049 dmi id from topbuttonpad list

Gaurav Agrawal (1):
      Input: synaptics - enable SMBus on ThinkPad L470

Gustavo A. R. Silva (5):
      Input: goldfish_events - replace zero-length array with flexible-array member
      Input: gpio_keys - replace zero-length array with flexible-array member
      Input: gpio_keys_polled - replace zero-length array with flexible-array member
      Input: tca6416-keypad - replace zero-length array with flexible-array member
      Input: cyapa - replace zero-length array with flexible-array member

Luca Weiss (2):
      Input: ili210x - fix return value of is_visible function
      Input: ili210x - add ili2120 support

Lyude Paul (1):
      Input: synaptics - switch T470s to RMI4 by default

Wolfram Sang (1):
      Input: psmouse - switch to using i2c_new_scanned_device()

Diffstat:
--------

 .../devicetree/bindings/input/ilitek,ili2xxx.txt   |  3 +-
 drivers/input/keyboard/goldfish_events.c           |  2 +-
 drivers/input/keyboard/gpio_keys.c                 |  2 +-
 drivers/input/keyboard/gpio_keys_polled.c          |  2 +-
 drivers/input/keyboard/tca6416-keypad.c            |  4 +--
 drivers/input/mouse/cyapa_gen5.c                   |  8 ++---
 drivers/input/mouse/psmouse-smbus.c                |  8 +++--
 drivers/input/mouse/synaptics.c                    |  4 ++-
 drivers/input/touchscreen/ili210x.c                | 34 +++++++++++++++++++++-
 9 files changed, 52 insertions(+), 15 deletions(-)

Thanks.


-- 
Dmitry

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ