From: Nate Yocom <nate@yocom.org>
To: dmitry.torokhov@gmail.com
Cc: nate@yocom.org, linux-input@vger.kernel.org,
linux-kernel@vger.kernel.org, hadess@hadess.net,
benjamin.tissoires@redhat.com
Subject: [PATCH v5 0/4] Input: joystick: xpad: Add X-Box Adaptive Controller support
Date: Thu, 25 Aug 2022 15:24:16 -0700 [thread overview]
Message-ID: <20220825222420.6833-1-nate@yocom.org> (raw)
Adds support for the X-Box Adaptive Controller, which is protocol
compatible with the XTYPE_XBOXONE support in the driver with two deltas:
- The X-Box button sets 0x02 as its activation ID, where others set
0x01
- The controller has an additional Profile button with 4 active states,
which this change maps to an Axis control with 4 possible values
Patch series adds device to the supported table, adds support for the
Profile button, and adds support for the X-Box button as distinct
changes.
Signed-off-by: Nate Yocom <nate@yocom.org>
Nate Yocom (4):
Input: joystick: xpad: Add X-Box Adaptive Controller support
Input: joystick: xpad: Add ABS_PROFILE axis value to uapi
Input: joystick: xpad: Add X-Box Adaptive Controller Profile button
Input: joystick: xpad: Add X-Box Adaptive Controller XBox button
v2: Fix warning Reported-by: kernel test robot <lkp@intel.com>
v3: Break into multi-part and remove VID/PID check for XBox button
v4: Rename Layer -> Profile as suggested by Bastien Nocera
v5: Add new ABS_PROFILE axis to uapi and use it for the profile button
<hadess@hadess.net>
drivers/input/joystick/xpad.c | 15 ++++++++++++++-
include/uapi/linux/input-event-codes.h | 1 +
2 files changed, 15 insertions(+), 1 deletion(-)
base-commit: 15205c2829ca2cbb5ece5ceaafe1171a8470e62b
--
2.30.2
next reply other threads:[~2022-08-25 22:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-25 22:24 Nate Yocom [this message]
2022-08-25 22:24 ` [PATCH v5 1/4] Input: joystick: xpad: Add X-Box Adaptive Controller support Nate Yocom
2022-08-25 22:24 ` [PATCH v5 2/4] Input: joystick: xpad: Add ABS_PROFILE axis value to uapi Nate Yocom
2022-08-27 10:40 ` Bastien Nocera
2022-08-29 19:07 ` Nate Yocom
2022-09-07 15:41 ` Bastien Nocera
2022-09-08 5:36 ` Dmitry Torokhov
2022-09-08 6:51 ` Benjamin Tissoires
2022-09-09 1:25 ` Peter Hutterer
2022-09-08 17:36 ` Nate Yocom
2022-08-25 22:24 ` [PATCH v5 3/4] Input: joystick: xpad: Add X-Box Adaptive Controller Profile button Nate Yocom
2022-08-25 22:24 ` [PATCH v5 4/4] Input: joystick: xpad: Add X-Box Adaptive Controller XBox button Nate Yocom
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=20220825222420.6833-1-nate@yocom.org \
--to=nate@yocom.org \
--cc=benjamin.tissoires@redhat.com \
--cc=dmitry.torokhov@gmail.com \
--cc=hadess@hadess.net \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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 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).