Re: [PATCH v6 0/5] Input: joystick: xpad: Add X-Box Adaptive Controller support
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2022-09-29 01:34:51
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2022-09-29 01:34:51
Also in:
lkml
On Thu, Sep 08, 2022 at 10:39:25AM -0700, Nate Yocom wrote:
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 <redacted> Nate Yocom (5): Input: joystick: xpad: Add X-Box Adaptive support Input: joystick: xpad: Add X-Box Adaptive XBox button Input: joystick: xpad: Add ABS_PROFILE to uapi Input: joystick: xpad: Add ABS_PROFILE to Docs Input: joystick: xpad: Add X-Box Adaptive Profile button
Combined patches 3 and 4 and applied the lot, thank you. -- Dmitry