Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1640941 > unrolled thread
| Started by | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| First post | 2017-05-13 17:00 +0200 |
| Last post | 2017-05-13 17:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[git pull] Input updates for v4.11-rc0 Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-05-13 17:00 +0200
| From | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| Date | 2017-05-13 17:00 +0200 |
| Subject | [git pull] Input updates for v4.11-rc0 |
| Message-ID | <tGGGt-4Zm-1@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web