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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 13 May 2017 07:58:03 -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 Subject: [git pull] Input updates for v4.11-rc0 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
Powered by blists - more mailing lists