Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1640941

[git pull] Input updates for v4.11-rc0

From Dmitry Torokhov <dmitry.torokhov@gmail.com>
Newsgroups linux.kernel
Subject [git pull] Input updates for v4.11-rc0
Date 2017-05-13 17:00 +0200
Message-ID <tGGGt-4Zm-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 updated xpad
driver with a few more recognized device IDs, and a new psxpad-spi
driver, allowing connecting Playstation 1 and 2 joypads via SPI bus.

Changelog:
---------

Arnd Bergmann (1):
      Input: cros_ec_keyb - remove extraneous 'const'

Benjamin Valentin (3):
      Input: xpad - sort supported devices by USB ID
      Input: xpad - sync supported devices with xboxdrv
      Input: xpad - add USB IDs for Mad Catz Brawlstick and Razer Sabertooth

Tomohiro Yoshidomi (1):
      Input: add support for PlayStation 1/2 joypads connected via SPI

Diffstat:
--------

 drivers/input/joystick/Kconfig        |  21 ++
 drivers/input/joystick/Makefile       |   1 +
 drivers/input/joystick/psxpad-spi.c   | 401 ++++++++++++++++++++++++++++++++++
 drivers/input/joystick/xpad.c         |  27 ++-
 drivers/input/keyboard/cros_ec_keyb.c |   2 +-
 5 files changed, 445 insertions(+), 7 deletions(-)
 create mode 100644 drivers/input/joystick/psxpad-spi.c

Thanks.

-- 
Dmitry

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[git pull] Input updates for v4.11-rc0 Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-05-13 17:00 +0200

csiph-web