From: David Herrmann <dh.herrmann@gmail.com>
To: linux-input@vger.kernel.org
Cc: jkosina@suse.cz, dmitry.torokhov@gmail.com,
Todd Showalter <todd@electronjump.com>,
linux-kernel@vger.kernel.org,
David Herrmann <dh.herrmann@gmail.com>
Subject: [PATCH v2 0/2] GamePad: Wii U Pro Controller Support
Date: Sat, 15 Jun 2013 15:32:43 +0200 [thread overview]
Message-ID: <1371303165-1802-1-git-send-email-dh.herrmann@gmail.com> (raw)
Hi
2nd revision of the pro-controller patches. The first patch introduces a
gamepad-API documentation as discussed on the mailing-list. The second patch
adds support for the Pro-Controller based on this gamepad-API.
Note that the 2nd patch depends on the 1st so they should go through the same
maintainer's tree.
Regarding the Pro-Controller: The new data reports are handled as usual as a new
wiimote-extension. However, we also add device-detection for it so we don't load
all the other unavailable interfaces on it. This makes the gamepad behave like
any other gamepad-driver without the wiimote specifics.
No user-space library is needed, but libxwiimote and xwiishow already include
support for it (if someone wants to integrate it into existing wiimote apps).
Cheers
David
David Herrmann (2):
input: document gamepad API and add extra keycodes
HID: wiimote: support Nintendo Wii U Pro Controller
Documentation/input/gamepad.txt | 156 ++++++++++++++++++++
drivers/hid/hid-wiimote-core.c | 23 +++
drivers/hid/hid-wiimote-modules.c | 295 ++++++++++++++++++++++++++++++++++++++
drivers/hid/hid-wiimote.h | 2 +
include/uapi/linux/input.h | 9 ++
5 files changed, 485 insertions(+)
create mode 100644 Documentation/input/gamepad.txt
--
1.8.3.1
next reply other threads:[~2013-06-15 13:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-15 13:32 David Herrmann [this message]
2013-06-15 13:32 ` [PATCH v2 1/2] input: document gamepad API and add extra keycodes David Herrmann
2013-06-18 23:30 ` Jiri Kosina
2013-06-26 9:49 ` Jiri Kosina
2013-06-26 16:07 ` Dmitry Torokhov
2013-06-27 9:47 ` Jiri Kosina
2013-06-28 10:45 ` David Herrmann
2013-08-16 21:39 ` David Herrmann
2013-08-20 10:32 ` Jiri Kosina
2013-08-20 10:37 ` David Herrmann
2013-06-15 13:32 ` [PATCH v2 2/2] HID: wiimote: support Nintendo Wii U Pro Controller David Herrmann
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=1371303165-1802-1-git-send-email-dh.herrmann@gmail.com \
--to=dh.herrmann@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=todd@electronjump.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).