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 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html