From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for v4.11-rc0
Date: Sat, 13 May 2017 07:58:03 -0700 [thread overview]
Message-ID: <20170513145803.GA23624@dtor-ws> (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
next reply other threads:[~2017-05-13 14:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-13 14:58 Dmitry Torokhov [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-05-03 18:50 [git pull] Input updates for v4.11-rc0 Dmitry Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170513145803.GA23624@dtor-ws \
--to=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.